Html Css Color HEX #C58528 Geebung

📋 copy color: '#C58528'

red 197 ◦ green 133 ◦ blue 40

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

Shades of Geebung #C58528

Tints of Geebung #C58528

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 53.24%
G = 35.95%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C58528 (or 0xC58528) is known color: Geebung. HEX triplet: C5, 85 and 28. RGB value is (197,133,40). Sum of RGB (Red+Green+Blue) = 197+133+40=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C58528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58528 is #3A7AD7. Grayscale: #8D8D8D. Windows color (decimal): -3832536 or 2655685. OLE color: 2655685.

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

Color convert

RGB 197 133 40 -
CMYK 0 0.32 0.80 0.23
HSL 35.54º 0.66% 0.46% -
HSV(B) 35.54º 0.8% 0.77% -
XYZ 31.8 28.8 5.89 -
YUV 141.53 70.7 167.56 -
System Red Green Blue C M Y K H S L
Decimal 197 133 40 0 0.32 0.80 0.23 35.54 0.66 0.46
Hex C5 85 28 0 20 50 17 24 42 2E
Octal 305 205 50 0 40 120 27 44 102 56
Binary 11000101 10000101 101000 0 100000 1010000 10111 100100 1000010 101110

Color Harmonies of #C58528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58528

Black with #C58528

Text Example


Text Example

White with #C58528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58528; }

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

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

background-color css

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

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

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

border-color css

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

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

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