Html Css Color HEX #534D17 Bronze Olive

📋 copy color: '#534D17'

red 83 ◦ green 77 ◦ blue 23

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

Shades of Bronze Olive #534D17

Tints of Bronze Olive #534D17

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.08%

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

R = 45.36%
G = 42.08%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#534D17 (or 0x534D17) is known color: Bronze Olive. HEX triplet: 53, 4D and 17. RGB value is (83,77,23). Sum of RGB (Red+Green+Blue) = 83+77+23=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #534D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D17 is #ACB2E8. Grayscale: #484848. Windows color (decimal): -11317993 or 1527123. OLE color: 1527123.

HSL color Cylindrical-coordinate representation of color #534D17: hue angle of 54º 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 #534D17 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 77 23 -
CMYK 0 0.07 0.72 0.67
HSL 54º 0.57% 0.21% -
HSV(B) 54º 0.72% 0.33% -
XYZ 6.38 7.21 1.87 -
YUV 72.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 83 77 23 0 0.07 0.72 0.67 54 0.57 0.21
Hex 53 4D 17 0 7 48 43 36 39 15
Octal 123 115 27 0 7 110 103 66 71 25
Binary 1010011 1001101 10111 0 111 1001000 1000011 110110 111001 10101

Color Harmonies of #534D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D17

Black with #534D17

Text Example


Text Example

White with #534D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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