#C4872A

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

Shades of Geebung #C4872A

Tints of Geebung #C4872A

Color information

#C4872A (or 0xC4872A) is unknown color: approx Geebung. HEX triplet: C4, 87 and 2A. RGB value is (196,135,42). Sum of RGB (Red+Green+Blue) = 196+135+42=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4872A is #3B78D5. Grayscale: #8F8F8F. Windows color (decimal): -3897558 or 2787268. OLE color: 2787268.

HSL color Cylindrical-coordinate representation of color #C4872A: hue angle of 36.23º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4872A is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB19613542-
CMYK00.310.790.23
HSL36.23º64.71%46.67%-
HSV(B)36.23º78.57%76.86%-
XYZ31.8529.236.15-
YUV142.6471.21166.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.55%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 42 (16.80% from 255) = 11.26%
R=52.55%
G=36.19%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961354200.310.790.2336.2364.7146.67
HexC4872A01F4F1724412f
Octal30420752037117274410157
Binary11000100100001111010100111111001111101111001001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4872A; }

 p { color: rgb(196,135,42); }

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

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

 a { background-color: rgb(196,135,42); }

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

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

 span { border-color: rgb(196,135,42); }

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