Html Css Color HEX #534A15 Bronze Olive

📋 copy color: '#534A15'

red 83 ◦ green 74 ◦ blue 21

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

Shades of Bronze Olive #534A15

Tints of Bronze Olive #534A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.8%

R = 46.63%
G = 41.57%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#534A15 (or 0x534A15) is known color: Bronze Olive. HEX triplet: 53, 4A and 15. RGB value is (83,74,21). Sum of RGB (Red+Green+Blue) = 83+74+21=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A15 is #ACB5EA. Grayscale: #464646. Windows color (decimal): -11318763 or 1395283. OLE color: 1395283.

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

Color convert

RGB 83 74 21 -
CMYK 0 0.11 0.75 0.67
HSL 51.29º 0.6% 0.2% -
HSV(B) 51.29º 0.75% 0.33% -
XYZ 6.15 6.79 1.7 -
YUV 70.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 83 74 21 0 0.11 0.75 0.67 51.29 0.6 0.2
Hex 53 4A 15 0 B 4B 43 33 3C 14
Octal 123 112 25 0 13 113 103 63 74 24
Binary 1010011 1001010 10101 0 1011 1001011 1000011 110011 111100 10100

Color Harmonies of #534A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A15

Black with #534A15

Text Example


Text Example

White with #534A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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