Html Css Color HEX #C5872F Geebung

📋 copy color: '#C5872F'

red 197 ◦ green 135 ◦ blue 47

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

Shades of Geebung #C5872F

Tints of Geebung #C5872F

RGB

 RED value IS 197 (77.34% from 255) = 51.98%

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

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

R = 51.98%
G = 35.62%
B = 12.4%

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

#C5872F (or 0xC5872F) is known color: Geebung. HEX triplet: C5, 87 and 2F. RGB value is (197,135,47). Sum of RGB (Red+Green+Blue) = 197+135+47=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5872F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5872F is #3A78D0. Grayscale: #8F8F8F. Windows color (decimal): -3832017 or 3114949. OLE color: 3114949.

HSL color Cylindrical-coordinate representation of color #C5872F: hue angle of 35.2º 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 #C5872F is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 135 47 -
CMYK 0 0.31 0.76 0.23
HSL 35.2º 0.61% 0.48% -
HSV(B) 35.2º 0.76% 0.77% -
XYZ 32.2 29.4 6.67 -
YUV 143.51 73.54 166.16 -
System Red Green Blue C M Y K H S L
Decimal 197 135 47 0 0.31 0.76 0.23 35.2 0.61 0.48
Hex C5 87 2F 0 1F 4C 17 23 3D 30
Octal 305 207 57 0 37 114 27 43 75 60
Binary 11000101 10000111 101111 0 11111 1001100 10111 100011 111101 110000

Color Harmonies of #C5872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5872F

Black with #C5872F

Text Example


Text Example

White with #C5872F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5872F; }

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

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

background-color css

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

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

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

border-color css

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

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

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