Html Css Color HEX #C58B32 Geebung

📋 copy color: '#C58B32'

red 197 ◦ green 139 ◦ blue 50

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

Shades of Geebung #C58B32

Tints of Geebung #C58B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.01%

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

R = 51.04%
G = 36.01%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C58B32 (or 0xC58B32) is known color: Geebung. HEX triplet: C5, 8B and 32. RGB value is (197,139,50). Sum of RGB (Red+Green+Blue) = 197+139+50=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58B32 is #3A74CD. Grayscale: #929292. Windows color (decimal): -3830990 or 3312581. OLE color: 3312581.

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

Color convert

RGB 197 139 50 -
CMYK 0 0.29 0.75 0.23
HSL 36.33º 0.6% 0.48% -
HSV(B) 36.33º 0.75% 0.77% -
XYZ 32.83 30.57 7.19 -
YUV 146.2 73.72 164.24 -
System Red Green Blue C M Y K H S L
Decimal 197 139 50 0 0.29 0.75 0.23 36.33 0.6 0.48
Hex C5 8B 32 0 1D 4B 17 24 3C 30
Octal 305 213 62 0 35 113 27 44 74 60
Binary 11000101 10001011 110010 0 11101 1001011 10111 100100 111100 110000

Color Harmonies of #C58B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B32

Black with #C58B32

Text Example


Text Example

White with #C58B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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