Html Css Color HEX #5C531C Bronze Olive

📋 copy color: '#5C531C'

red 92 ◦ green 83 ◦ blue 28

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

Shades of Bronze Olive #5C531C

Tints of Bronze Olive #5C531C

RGB

 RED value IS 92 (36.33% from 255) = 45.32%

 GREEN value IS 83 (32.81% from 255) = 40.89%

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 45.32%
G = 40.89%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5C531C (or 0x5C531C) is known color: Bronze Olive. HEX triplet: 5C, 53 and 1C. RGB value is (92,83,28). Sum of RGB (Red+Green+Blue) = 92+83+28=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 92 - color contains mainly: red. Hex color #5C531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C531C is #A3ACE3. Grayscale: #4F4F4F. Windows color (decimal): -10726628 or 1856348. OLE color: 1856348.

HSL color Cylindrical-coordinate representation of color #5C531C: hue angle of 51.56º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C531C is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 83 28 -
CMYK 0 0.10 0.70 0.64
HSL 51.56º 0.53% 0.24% -
HSV(B) 51.56º 0.7% 0.36% -
XYZ 7.72 8.55 2.34 -
YUV 79.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 92 83 28 0 0.10 0.70 0.64 51.56 0.53 0.24
Hex 5C 53 1C 0 A 46 40 34 35 18
Octal 134 123 34 0 12 106 100 64 65 30
Binary 1011100 1010011 11100 0 1010 1000110 1000000 110100 110101 11000

Color Harmonies of #5C531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C531C

Black with #5C531C

Text Example


Text Example

White with #5C531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C531C; }

 p { color: rgb(92,83,28); }

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

background-color css

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

 a { background-color: rgb(92,83,28); }

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

border-color css

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

 span { border-color: rgb(92,83,28); }

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