Html Css Color HEX #5A4A03 Bronze Olive

📋 copy color: '#5A4A03'

red 90 ◦ green 74 ◦ blue 3

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

Shades of Bronze Olive #5A4A03

Tints of Bronze Olive #5A4A03

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.31%

 BLUE value IS 3 (1.56% from 255) = 1.8%

R = 53.89%
G = 44.31%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#5A4A03 (or 0x5A4A03) is known color: Bronze Olive. HEX triplet: 5A, 4A and 03. RGB value is (90,74,3). Sum of RGB (Red+Green+Blue) = 90+74+3=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4A03 is #A5B5FC. Grayscale: #464646. Windows color (decimal): -10860029 or 215642. OLE color: 215642.

HSL color Cylindrical-coordinate representation of color #5A4A03: hue angle of 48.97º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A4A03 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 74 3 -
CMYK 0 0.18 0.97 0.65
HSL 48.97º 0.94% 0.18% -
HSV(B) 48.97º 0.97% 0.35% -
XYZ 6.68 7.08 1.1 -
YUV 70.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 90 74 3 0 0.18 0.97 0.65 48.97 0.94 0.18
Hex 5A 4A 3 0 12 61 41 31 5E 12
Octal 132 112 3 0 22 141 101 61 136 22
Binary 1011010 1001010 11 0 10010 1100001 1000001 110001 1011110 10010

Color Harmonies of #5A4A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4A03

Black with #5A4A03

Text Example


Text Example

White with #5A4A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,74,3); }

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

background-color css

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

 a { background-color: rgb(90,74,3); }

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

border-color css

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

 span { border-color: rgb(90,74,3); }

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