#C18731

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

Shades of Geebung #C18731

Tints of Geebung #C18731

Color information

#C18731 (or 0xC18731) is unknown color: approx Geebung. HEX triplet: C1, 87 and 31. RGB value is (193,135,49). Sum of RGB (Red+Green+Blue) = 193+135+49=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C18731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18731 is #3E78CE. Grayscale: #8E8E8E. Windows color (decimal): -4094159 or 3246017. OLE color: 3246017.

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

Color convert

RGB19313549-
CMYK00.300.750.24
HSL35.83º59.5%47.45%-
HSV(B)35.83º74.61%75.69%-
XYZ31.2128.896.84-
YUV142.5475.22163.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.19%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 49 (19.53% from 255) = 13.00%
R=51.19%
G=35.81%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931354900.300.750.2435.8359.547.45
HexC1873101E4B18243c2f
Octal3012076103611330447457
Binary1100000110000111110001011110100101111000100100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18731; }

 p { color: rgb(193,135,49); }

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

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

 a { background-color: rgb(193,135,49); }

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

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

 span { border-color: rgb(193,135,49); }

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