Html Css Color HEX #C5831E Geebung

📋 copy color: '#C5831E'

red 197 ◦ green 131 ◦ blue 30

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

Shades of Geebung #C5831E

Tints of Geebung #C5831E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.38%

R = 55.03%
G = 36.59%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5831E (or 0xC5831E) is known color: Geebung. HEX triplet: C5, 83 and 1E. RGB value is (197,131,30). Sum of RGB (Red+Green+Blue) = 197+131+30=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5831E is #3A7CE1. Grayscale: #8B8B8B. Windows color (decimal): -3833058 or 1999813. OLE color: 1999813.

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

Color convert

RGB 197 131 30 -
CMYK 0 0.34 0.85 0.23
HSL 36.29º 0.74% 0.45% -
HSV(B) 36.29º 0.85% 0.77% -
XYZ 31.38 28.2 5.02 -
YUV 139.22 66.37 169.21 -
System Red Green Blue C M Y K H S L
Decimal 197 131 30 0 0.34 0.85 0.23 36.29 0.74 0.45
Hex C5 83 1E 0 22 55 17 24 4A 2D
Octal 305 203 36 0 42 125 27 44 112 55
Binary 11000101 10000011 11110 0 100010 1010101 10111 100100 1001010 101101

Color Harmonies of #C5831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5831E

Black with #C5831E

Text Example


Text Example

White with #C5831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5831E; }

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

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

background-color css

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

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

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

border-color css

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

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

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