Html Css Color HEX #534A03 Bronze Olive

📋 copy color: '#534A03'

red 83 ◦ green 74 ◦ blue 3

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

Shades of Bronze Olive #534A03

Tints of Bronze Olive #534A03

RGB

 RED value IS 83 (32.81% from 255) = 51.88%

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

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

R = 51.88%
G = 46.25%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#534A03 (or 0x534A03) is known color: Bronze Olive. HEX triplet: 53, 4A and 03. RGB value is (83,74,3). Sum of RGB (Red+Green+Blue) = 83+74+3=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #534A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A03 is #ACB5FC. Grayscale: #444444. Windows color (decimal): -11318781 or 215635. OLE color: 215635.

HSL color Cylindrical-coordinate representation of color #534A03: hue angle of 53.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #534A03 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 74 3 -
CMYK 0 0.11 0.96 0.67
HSL 53.25º 0.93% 0.17% -
HSV(B) 53.25º 0.96% 0.33% -
XYZ 6.03 6.74 1.07 -
YUV 68.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 83 74 3 0 0.11 0.96 0.67 53.25 0.93 0.17
Hex 53 4A 3 0 B 60 43 35 5D 11
Octal 123 112 3 0 13 140 103 65 135 21
Binary 1010011 1001010 11 0 1011 1100000 1000011 110101 1011101 10001

Color Harmonies of #534A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A03

Black with #534A03

Text Example


Text Example

White with #534A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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