Html Css Color HEX #C5871F Geebung

📋 copy color: '#C5871F'

red 197 ◦ green 135 ◦ blue 31

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

Shades of Geebung #C5871F

Tints of Geebung #C5871F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.54%

R = 54.27%
G = 37.19%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5871F (or 0xC5871F) is known color: Geebung. HEX triplet: C5, 87 and 1F. RGB value is (197,135,31). Sum of RGB (Red+Green+Blue) = 197+135+31=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5871F is #3A78E0. Grayscale: #8E8E8E. Windows color (decimal): -3832033 or 2066373. OLE color: 2066373.

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

Color convert

RGB 197 135 31 -
CMYK 0 0.31 0.84 0.23
HSL 37.59º 0.73% 0.45% -
HSV(B) 37.59º 0.84% 0.77% -
XYZ 31.94 29.3 5.27 -
YUV 141.68 65.54 167.46 -
System Red Green Blue C M Y K H S L
Decimal 197 135 31 0 0.31 0.84 0.23 37.59 0.73 0.45
Hex C5 87 1F 0 1F 54 17 26 49 2D
Octal 305 207 37 0 37 124 27 46 111 55
Binary 11000101 10000111 11111 0 11111 1010100 10111 100110 1001001 101101

Color Harmonies of #C5871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5871F

Black with #C5871F

Text Example


Text Example

White with #C5871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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