Html Css Color HEX #C58229 Geebung

📋 copy color: '#C58229'

red 197 ◦ green 130 ◦ blue 41

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

Shades of Geebung #C58229

Tints of Geebung #C58229

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

 BLUE value IS 41 (16.41% from 255) = 11.14%

R = 53.53%
G = 35.33%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C58229 (or 0xC58229) is known color: Geebung. HEX triplet: C5, 82 and 29. RGB value is (197,130,41). Sum of RGB (Red+Green+Blue) = 197+130+41=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C58229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58229 is #3A7DD6. Grayscale: #8C8C8C. Windows color (decimal): -3833303 or 2720453. OLE color: 2720453.

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

Color convert

RGB 197 130 41 -
CMYK 0 0.34 0.79 0.23
HSL 34.23º 0.66% 0.47% -
HSV(B) 34.23º 0.79% 0.77% -
XYZ 31.41 28 5.85 -
YUV 139.89 72.2 168.74 -
System Red Green Blue C M Y K H S L
Decimal 197 130 41 0 0.34 0.79 0.23 34.23 0.66 0.47
Hex C5 82 29 0 22 4F 17 22 42 2F
Octal 305 202 51 0 42 117 27 42 102 57
Binary 11000101 10000010 101001 0 100010 1001111 10111 100010 1000010 101111

Color Harmonies of #C58229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58229

Black with #C58229

Text Example


Text Example

White with #C58229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58229; }

 p { color: rgb(197,130,41); }

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

background-color css

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

 a { background-color: rgb(197,130,41); }

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

border-color css

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

 span { border-color: rgb(197,130,41); }

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