#C38531

Color #C38531 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C38531

Tints of Geebung #C38531

Color information

#C38531 (or 0xC38531) is unknown color: approx Geebung. HEX triplet: C3, 85 and 31. RGB value is (195,133,49). Sum of RGB (Red+Green+Blue) = 195+133+49=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C38531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38531 is #3C7ACE. Grayscale: #8E8E8E. Windows color (decimal): -3963599 or 3245507. OLE color: 3245507.

HSL color Cylindrical-coordinate representation of color #C38531: hue angle of 34.52º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C38531 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19513349-
CMYK00.320.750.24
HSL34.52º59.84%47.84%-
HSV(B)34.52º74.87%76.47%-
XYZ31.4528.66.77-
YUV141.9675.54165.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 51.72%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 49 (19.53% from 255) = 13.00%
R=51.72%
G=35.28%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951334900.320.750.2434.5259.8447.84
HexC385310204B18233c30
Octal3032056104011330437460
Binary11000011100001011100010100000100101111000100011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38531; }

 p { color: rgb(195,133,49); }

 H1.HeaderClassName
 {
   color: #C38531;
 }
 .AnyTagClassName
 {
   color: #C38531;
 }
</style>
background-color css

<style>
 a { background-color: #C38531; }

 a { background-color: rgb(195,133,49); }

 div.DivClassName
 {
   background-color: #C38531;
 }
 .BgClassName
 {
   background-color: #C38531;
 }
</style>
border-color css

<style>
 span { border-color: #C38531; }

 span { border-color: rgb(195,133,49); }

 td.TdClassName
 {
   border-color: #C38531;
 }
 .TagClassName
 {
   border-color: #C38531;
 }
</style>