Html Css Color HEX #534A17 Bronze Olive

📋 copy color: '#534A17'

red 83 ◦ green 74 ◦ blue 23

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

Shades of Bronze Olive #534A17

Tints of Bronze Olive #534A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 46.11%
G = 41.11%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#534A17 (or 0x534A17) is known color: Bronze Olive. HEX triplet: 53, 4A and 17. RGB value is (83,74,23). Sum of RGB (Red+Green+Blue) = 83+74+23=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #534A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A17 is #ACB5E8. Grayscale: #474747. Windows color (decimal): -11318761 or 1526355. OLE color: 1526355.

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

Color convert

RGB 83 74 23 -
CMYK 0 0.11 0.72 0.67
HSL 51º 0.57% 0.21% -
HSV(B) 51º 0.72% 0.33% -
XYZ 6.17 6.8 1.8 -
YUV 70.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 83 74 23 0 0.11 0.72 0.67 51 0.57 0.21
Hex 53 4A 17 0 B 48 43 33 39 15
Octal 123 112 27 0 13 110 103 63 71 25
Binary 1010011 1001010 10111 0 1011 1001000 1000011 110011 111001 10101

Color Harmonies of #534A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A17

Black with #534A17

Text Example


Text Example

White with #534A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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