Html Css Color HEX #C4872B Geebung

📋 copy color: '#C4872B'

red 196 ◦ green 135 ◦ blue 43

#C4872B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C4872B

Tints of Geebung #C4872B

RGB

 RED value IS 196 (76.95% from 255) = 52.41%

 GREEN value IS 135 (53.13% from 255) = 36.1%

 BLUE value IS 43 (17.19% from 255) = 11.5%

R = 52.41%
G = 36.1%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4872B (or 0xC4872B) is known color: Geebung. HEX triplet: C4, 87 and 2B. RGB value is (196,135,43). Sum of RGB (Red+Green+Blue) = 196+135+43=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4872B is #3B78D4. Grayscale: #8F8F8F. Windows color (decimal): -3897557 or 2852804. OLE color: 2852804.

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

Color convert

RGB 196 135 43 -
CMYK 0 0.31 0.78 0.23
HSL 36.08º 0.64% 0.47% -
HSV(B) 36.08º 0.78% 0.77% -
XYZ 31.86 29.24 6.25 -
YUV 142.75 71.71 165.98 -
System Red Green Blue C M Y K H S L
Decimal 196 135 43 0 0.31 0.78 0.23 36.08 0.64 0.47
Hex C4 87 2B 0 1F 4E 17 24 40 2F
Octal 304 207 53 0 37 116 27 44 100 57
Binary 11000100 10000111 101011 0 11111 1001110 10111 100100 1000000 101111

Color Harmonies of #C4872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4872B

Black with #C4872B

Text Example


Text Example

White with #C4872B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4872B; }

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

 H1.HeaderClassName
 {
   color: #C4872B;
 }
 .AnyTagClassName
 {
   color: #C4872B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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