Html Css Color HEX #534A04 Bronze Olive

📋 copy color: '#534A04'

red 83 ◦ green 74 ◦ blue 4

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

Shades of Bronze Olive #534A04

Tints of Bronze Olive #534A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 51.55%
G = 45.96%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#534A04 (or 0x534A04) is known color: Bronze Olive. HEX triplet: 53, 4A and 04. RGB value is (83,74,4). Sum of RGB (Red+Green+Blue) = 83+74+4=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #534A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A04 is #ACB5FB. Grayscale: #454545. Windows color (decimal): -11318780 or 281171. OLE color: 281171.

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

Color convert

RGB 83 74 4 -
CMYK 0 0.11 0.95 0.67
HSL 53.16º 0.91% 0.17% -
HSV(B) 53.16º 0.95% 0.33% -
XYZ 6.04 6.75 1.1 -
YUV 68.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 83 74 4 0 0.11 0.95 0.67 53.16 0.91 0.17
Hex 53 4A 4 0 B 5F 43 35 5B 11
Octal 123 112 4 0 13 137 103 65 133 21
Binary 1010011 1001010 100 0 1011 1011111 1000011 110101 1011011 10001

Color Harmonies of #534A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A04

Black with #534A04

Text Example


Text Example

White with #534A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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