Html Css Color HEX #C4872F Geebung

📋 copy color: '#C4872F'

red 196 ◦ green 135 ◦ blue 47

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

Shades of Geebung #C4872F

Tints of Geebung #C4872F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.43%

R = 51.85%
G = 35.71%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4872F (or 0xC4872F) is known color: Geebung. HEX triplet: C4, 87 and 2F. RGB value is (196,135,47). Sum of RGB (Red+Green+Blue) = 196+135+47=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4872F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4872F is #3B78D0. Grayscale: #8F8F8F. Windows color (decimal): -3897553 or 3114948. OLE color: 3114948.

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

Color convert

RGB 196 135 47 -
CMYK 0 0.31 0.76 0.23
HSL 35.44º 0.61% 0.48% -
HSV(B) 35.44º 0.76% 0.77% -
XYZ 31.94 29.27 6.66 -
YUV 143.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 196 135 47 0 0.31 0.76 0.23 35.44 0.61 0.48
Hex C4 87 2F 0 1F 4C 17 23 3D 30
Octal 304 207 57 0 37 114 27 43 75 60
Binary 11000100 10000111 101111 0 11111 1001100 10111 100011 111101 110000

Color Harmonies of #C4872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4872F

Black with #C4872F

Text Example


Text Example

White with #C4872F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4872F; }

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

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

background-color css

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

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

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

border-color css

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

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

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