Html Css Color HEX #534A19 Bronze Olive

📋 copy color: '#534A19'

red 83 ◦ green 74 ◦ blue 25

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

Shades of Bronze Olive #534A19

Tints of Bronze Olive #534A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.74%

R = 45.6%
G = 40.66%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#534A19 (or 0x534A19) is known color: Bronze Olive. HEX triplet: 53, 4A and 19. RGB value is (83,74,25). Sum of RGB (Red+Green+Blue) = 83+74+25=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #534A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A19 is #ACB5E6. Grayscale: #474747. Windows color (decimal): -11318759 or 1657427. OLE color: 1657427.

HSL color Cylindrical-coordinate representation of color #534A19: hue angle of 50.69º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #534A19 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 74 25 -
CMYK 0 0.11 0.70 0.67
HSL 50.69º 0.54% 0.21% -
HSV(B) 50.69º 0.7% 0.33% -
XYZ 6.19 6.81 1.91 -
YUV 71.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 83 74 25 0 0.11 0.70 0.67 50.69 0.54 0.21
Hex 53 4A 19 0 B 46 43 33 36 15
Octal 123 112 31 0 13 106 103 63 66 25
Binary 1010011 1001010 11001 0 1011 1000110 1000011 110011 110110 10101

Color Harmonies of #534A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A19

Black with #534A19

Text Example


Text Example

White with #534A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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