Html Css Color HEX #5A531C Bronze Olive

📋 copy color: '#5A531C'

red 90 ◦ green 83 ◦ blue 28

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

Shades of Bronze Olive #5A531C

Tints of Bronze Olive #5A531C

RGB

 RED value IS 90 (35.55% from 255) = 44.78%

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

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

R = 44.78%
G = 41.29%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A531C (or 0x5A531C) is known color: Bronze Olive. HEX triplet: 5A, 53 and 1C. RGB value is (90,83,28). Sum of RGB (Red+Green+Blue) = 90+83+28=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A531C is #A5ACE3. Grayscale: #4F4F4F. Windows color (decimal): -10857700 or 1856346. OLE color: 1856346.

HSL color Cylindrical-coordinate representation of color #5A531C: hue angle of 53.23º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A531C is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 83 28 -
CMYK 0 0.08 0.69 0.65
HSL 53.23º 0.53% 0.23% -
HSV(B) 53.23º 0.69% 0.35% -
XYZ 7.52 8.44 2.33 -
YUV 78.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 90 83 28 0 0.08 0.69 0.65 53.23 0.53 0.23
Hex 5A 53 1C 0 8 45 41 35 35 17
Octal 132 123 34 0 10 105 101 65 65 27
Binary 1011010 1010011 11100 0 1000 1000101 1000001 110101 110101 10111

Color Harmonies of #5A531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A531C

Black with #5A531C

Text Example


Text Example

White with #5A531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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