Html Css Color HEX #C58332 Geebung

📋 copy color: '#C58332'

red 197 ◦ green 131 ◦ blue 50

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

Shades of Geebung #C58332

Tints of Geebung #C58332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.23%

R = 52.12%
G = 34.66%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C58332 (or 0xC58332) is known color: Geebung. HEX triplet: C5, 83 and 32. RGB value is (197,131,50). Sum of RGB (Red+Green+Blue) = 197+131+50=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C58332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58332 is #3A7CCD. Grayscale: #8D8D8D. Windows color (decimal): -3833038 or 3310533. OLE color: 3310533.

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

Color convert

RGB 197 131 50 -
CMYK 0 0.34 0.75 0.23
HSL 33.06º 0.6% 0.48% -
HSV(B) 33.06º 0.75% 0.77% -
XYZ 31.72 28.33 6.81 -
YUV 141.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 197 131 50 0 0.34 0.75 0.23 33.06 0.6 0.48
Hex C5 83 32 0 22 4B 17 21 3C 30
Octal 305 203 62 0 42 113 27 41 74 60
Binary 11000101 10000011 110010 0 100010 1001011 10111 100001 111100 110000

Color Harmonies of #C58332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58332

Black with #C58332

Text Example


Text Example

White with #C58332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58332; }

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

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

background-color css

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

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

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

border-color css

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

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

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