Html Css Color HEX #C58124 Geebung

📋 copy color: '#C58124'

red 197 ◦ green 129 ◦ blue 36

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

Shades of Geebung #C58124

Tints of Geebung #C58124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.64%

 BLUE value IS 36 (14.45% from 255) = 9.94%

R = 54.42%
G = 35.64%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C58124 (or 0xC58124) is known color: Geebung. HEX triplet: C5, 81 and 24. RGB value is (197,129,36). Sum of RGB (Red+Green+Blue) = 197+129+36=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C58124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58124 is #3A7EDB. Grayscale: #8B8B8B. Windows color (decimal): -3833564 or 2392517. OLE color: 2392517.

HSL color Cylindrical-coordinate representation of color #C58124: hue angle of 34.66º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C58124 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 129 36 -
CMYK 0 0.35 0.82 0.23
HSL 34.66º 0.69% 0.46% -
HSV(B) 34.66º 0.82% 0.77% -
XYZ 31.19 27.7 5.37 -
YUV 138.73 70.03 169.56 -
System Red Green Blue C M Y K H S L
Decimal 197 129 36 0 0.35 0.82 0.23 34.66 0.69 0.46
Hex C5 81 24 0 23 52 17 23 45 2E
Octal 305 201 44 0 43 122 27 43 105 56
Binary 11000101 10000001 100100 0 100011 1010010 10111 100011 1000101 101110

Color Harmonies of #C58124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58124

Black with #C58124

Text Example


Text Example

White with #C58124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58124; }

 p { color: rgb(197,129,36); }

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

background-color css

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

 a { background-color: rgb(197,129,36); }

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

border-color css

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

 span { border-color: rgb(197,129,36); }

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