Html Css Color HEX #534810 Bronze Olive

📋 copy color: '#534810'

red 83 ◦ green 72 ◦ blue 16

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

Shades of Bronze Olive #534810

Tints of Bronze Olive #534810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.11%

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

R = 48.54%
G = 42.11%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#534810 (or 0x534810) is known color: Bronze Olive. HEX triplet: 53, 48 and 10. RGB value is (83,72,16). Sum of RGB (Red+Green+Blue) = 83+72+16=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #534810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534810 is #ACB7EF. Grayscale: #454545. Windows color (decimal): -11319280 or 1067091. OLE color: 1067091.

HSL color Cylindrical-coordinate representation of color #534810: hue angle of 50.15º 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 #534810 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 72 16 -
CMYK 0 0.13 0.81 0.67
HSL 50.15º 0.68% 0.19% -
HSV(B) 50.15º 0.81% 0.33% -
XYZ 5.98 6.51 1.43 -
YUV 68.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 83 72 16 0 0.13 0.81 0.67 50.15 0.68 0.19
Hex 53 48 10 0 D 51 43 32 44 13
Octal 123 110 20 0 15 121 103 62 104 23
Binary 1010011 1001000 10000 0 1101 1010001 1000011 110010 1000100 10011

Color Harmonies of #534810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534810

Black with #534810

Text Example


Text Example

White with #534810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534810; }

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

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

background-color css

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

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

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

border-color css

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

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

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