Html Css Color HEX #C5831F Geebung

📋 copy color: '#C5831F'

red 197 ◦ green 131 ◦ blue 31

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

Shades of Geebung #C5831F

Tints of Geebung #C5831F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

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

R = 54.87%
G = 36.49%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5831F (or 0xC5831F) is known color: Geebung. HEX triplet: C5, 83 and 1F. RGB value is (197,131,31). Sum of RGB (Red+Green+Blue) = 197+131+31=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5831F is #3A7CE0. Grayscale: #8B8B8B. Windows color (decimal): -3833057 or 2065349. OLE color: 2065349.

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

Color convert

RGB 197 131 31 -
CMYK 0 0.34 0.84 0.23
HSL 36.14º 0.73% 0.45% -
HSV(B) 36.14º 0.84% 0.77% -
XYZ 31.39 28.2 5.09 -
YUV 139.33 66.87 169.13 -
System Red Green Blue C M Y K H S L
Decimal 197 131 31 0 0.34 0.84 0.23 36.14 0.73 0.45
Hex C5 83 1F 0 22 54 17 24 49 2D
Octal 305 203 37 0 42 124 27 44 111 55
Binary 11000101 10000011 11111 0 100010 1010100 10111 100100 1001001 101101

Color Harmonies of #C5831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5831F

Black with #C5831F

Text Example


Text Example

White with #C5831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5831F; }

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

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

background-color css

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

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

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

border-color css

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

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

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