Html Css Color HEX #5C531F Bronze Olive

📋 copy color: '#5C531F'

red 92 ◦ green 83 ◦ blue 31

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

Shades of Bronze Olive #5C531F

Tints of Bronze Olive #5C531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 44.66%
G = 40.29%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#5C531F (or 0x5C531F) is known color: Bronze Olive. HEX triplet: 5C, 53 and 1F. RGB value is (92,83,31). Sum of RGB (Red+Green+Blue) = 92+83+31=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 92 - color contains mainly: red. Hex color #5C531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C531F is #A3ACE0. Grayscale: #4F4F4F. Windows color (decimal): -10726625 or 2052956. OLE color: 2052956.

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

Color convert

RGB 92 83 31 -
CMYK 0 0.10 0.66 0.64
HSL 51.15º 0.5% 0.24% -
HSV(B) 51.15º 0.66% 0.36% -
XYZ 7.75 8.56 2.54 -
YUV 79.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 92 83 31 0 0.10 0.66 0.64 51.15 0.5 0.24
Hex 5C 53 1F 0 A 42 40 33 32 18
Octal 134 123 37 0 12 102 100 63 62 30
Binary 1011100 1010011 11111 0 1010 1000010 1000000 110011 110010 11000

Color Harmonies of #5C531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C531F

Black with #5C531F

Text Example


Text Example

White with #5C531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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