Html Css Color HEX #C5832C Geebung

📋 copy color: '#C5832C'

red 197 ◦ green 131 ◦ blue 44

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

Shades of Geebung #C5832C

Tints of Geebung #C5832C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.83%

R = 52.96%
G = 35.22%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5832C (or 0xC5832C) is known color: Geebung. HEX triplet: C5, 83 and 2C. RGB value is (197,131,44). Sum of RGB (Red+Green+Blue) = 197+131+44=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5832C is #3A7CD3. Grayscale: #8D8D8D. Windows color (decimal): -3833044 or 2917317. OLE color: 2917317.

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

Color convert

RGB 197 131 44 -
CMYK 0 0.34 0.78 0.23
HSL 34.12º 0.63% 0.47% -
HSV(B) 34.12º 0.78% 0.77% -
XYZ 31.6 28.28 6.18 -
YUV 140.82 73.37 168.07 -
System Red Green Blue C M Y K H S L
Decimal 197 131 44 0 0.34 0.78 0.23 34.12 0.63 0.47
Hex C5 83 2C 0 22 4E 17 22 3F 2F
Octal 305 203 54 0 42 116 27 42 77 57
Binary 11000101 10000011 101100 0 100010 1001110 10111 100010 111111 101111

Color Harmonies of #C5832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5832C

Black with #C5832C

Text Example


Text Example

White with #C5832C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5832C; }

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

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

background-color css

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

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

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

border-color css

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

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

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