Html Css Color HEX #C58A32 Geebung

📋 copy color: '#C58A32'

red 197 ◦ green 138 ◦ blue 50

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

Shades of Geebung #C58A32

Tints of Geebung #C58A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

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

R = 51.17%
G = 35.84%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C58A32 (or 0xC58A32) is known color: Geebung. HEX triplet: C5, 8A and 32. RGB value is (197,138,50). Sum of RGB (Red+Green+Blue) = 197+138+50=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A32 is #3A75CD. Grayscale: #929292. Windows color (decimal): -3831246 or 3312325. OLE color: 3312325.

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

Color convert

RGB 197 138 50 -
CMYK 0 0.30 0.75 0.23
HSL 35.92º 0.6% 0.48% -
HSV(B) 35.92º 0.75% 0.77% -
XYZ 32.69 30.28 7.14 -
YUV 145.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 197 138 50 0 0.30 0.75 0.23 35.92 0.6 0.48
Hex C5 8A 32 0 1E 4B 17 24 3C 30
Octal 305 212 62 0 36 113 27 44 74 60
Binary 11000101 10001010 110010 0 11110 1001011 10111 100100 111100 110000

Color Harmonies of #C58A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A32

Black with #C58A32

Text Example


Text Example

White with #C58A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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