Html Css Color HEX #534D10 Bronze Olive

📋 copy color: '#534D10'

red 83 ◦ green 77 ◦ blue 16

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

Shades of Bronze Olive #534D10

Tints of Bronze Olive #534D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.09%

R = 47.16%
G = 43.75%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#534D10 (or 0x534D10) is known color: Bronze Olive. HEX triplet: 53, 4D and 10. RGB value is (83,77,16). Sum of RGB (Red+Green+Blue) = 83+77+16=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #534D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D10 is #ACB2EF. Grayscale: #484848. Windows color (decimal): -11318000 or 1068371. OLE color: 1068371.

HSL color Cylindrical-coordinate representation of color #534D10: hue angle of 54.63º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #534D10 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 77 16 -
CMYK 0 0.07 0.81 0.67
HSL 54.63º 0.68% 0.19% -
HSV(B) 54.63º 0.81% 0.33% -
XYZ 6.31 7.18 1.54 -
YUV 71.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 83 77 16 0 0.07 0.81 0.67 54.63 0.68 0.19
Hex 53 4D 10 0 7 51 43 37 44 13
Octal 123 115 20 0 7 121 103 67 104 23
Binary 1010011 1001101 10000 0 111 1010001 1000011 110111 1000100 10011

Color Harmonies of #534D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D10

Black with #534D10

Text Example


Text Example

White with #534D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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