Html Css Color HEX #534A05 Bronze Olive

📋 copy color: '#534A05'

red 83 ◦ green 74 ◦ blue 5

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

Shades of Bronze Olive #534A05

Tints of Bronze Olive #534A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.09%

R = 51.23%
G = 45.68%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#534A05 (or 0x534A05) is known color: Bronze Olive. HEX triplet: 53, 4A and 05. RGB value is (83,74,5). Sum of RGB (Red+Green+Blue) = 83+74+5=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #534A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A05 is #ACB5FA. Grayscale: #454545. Windows color (decimal): -11318779 or 346707. OLE color: 346707.

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

Color convert

RGB 83 74 5 -
CMYK 0 0.11 0.94 0.67
HSL 53.08º 0.89% 0.17% -
HSV(B) 53.08º 0.94% 0.33% -
XYZ 6.04 6.75 1.13 -
YUV 68.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 83 74 5 0 0.11 0.94 0.67 53.08 0.89 0.17
Hex 53 4A 5 0 B 5E 43 35 59 11
Octal 123 112 5 0 13 136 103 65 131 21
Binary 1010011 1001010 101 0 1011 1011110 1000011 110101 1011001 10001

Color Harmonies of #534A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A05

Black with #534A05

Text Example


Text Example

White with #534A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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