Html Css Color HEX #C58A28 Geebung

📋 copy color: '#C58A28'

red 197 ◦ green 138 ◦ blue 40

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

Shades of Geebung #C58A28

Tints of Geebung #C58A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 52.53%
G = 36.8%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C58A28 (or 0xC58A28) is known color: Geebung. HEX triplet: C5, 8A and 28. RGB value is (197,138,40). Sum of RGB (Red+Green+Blue) = 197+138+40=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A28 is #3A75D7. Grayscale: #909090. Windows color (decimal): -3831256 or 2656965. OLE color: 2656965.

HSL color Cylindrical-coordinate representation of color #C58A28: hue angle of 37.45º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C58A28 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 138 40 -
CMYK 0 0.30 0.80 0.23
HSL 37.45º 0.66% 0.46% -
HSV(B) 37.45º 0.8% 0.77% -
XYZ 32.5 30.2 6.12 -
YUV 144.47 69.05 165.47 -
System Red Green Blue C M Y K H S L
Decimal 197 138 40 0 0.30 0.80 0.23 37.45 0.66 0.46
Hex C5 8A 28 0 1E 50 17 25 42 2E
Octal 305 212 50 0 36 120 27 45 102 56
Binary 11000101 10001010 101000 0 11110 1010000 10111 100101 1000010 101110

Color Harmonies of #C58A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A28

Black with #C58A28

Text Example


Text Example

White with #C58A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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