Html Css Color HEX #534A20 Bronze Olive

📋 copy color: '#534A20'

red 83 ◦ green 74 ◦ blue 32

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

Shades of Bronze Olive #534A20

Tints of Bronze Olive #534A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.93%

R = 43.92%
G = 39.15%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#534A20 (or 0x534A20) is known color: Bronze Olive. HEX triplet: 53, 4A and 20. RGB value is (83,74,32). Sum of RGB (Red+Green+Blue) = 83+74+32=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A20 is #ACB5DF. Grayscale: #484848. Windows color (decimal): -11318752 or 2116179. OLE color: 2116179.

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

Color convert

RGB 83 74 32 -
CMYK 0 0.11 0.61 0.67
HSL 49.41º 0.44% 0.23% -
HSV(B) 49.41º 0.61% 0.33% -
XYZ 6.28 6.84 2.36 -
YUV 71.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 83 74 32 0 0.11 0.61 0.67 49.41 0.44 0.23
Hex 53 4A 20 0 B 3D 43 31 2C 17
Octal 123 112 40 0 13 75 103 61 54 27
Binary 1010011 1001010 100000 0 1011 111101 1000011 110001 101100 10111

Color Harmonies of #534A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A20

Black with #534A20

Text Example


Text Example

White with #534A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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