Html Css Color HEX #534811 Bronze Olive

📋 copy color: '#534811'

red 83 ◦ green 72 ◦ blue 17

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

Shades of Bronze Olive #534811

Tints of Bronze Olive #534811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.88%

R = 48.26%
G = 41.86%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#534811 (or 0x534811) is known color: Bronze Olive. HEX triplet: 53, 48 and 11. RGB value is (83,72,17). Sum of RGB (Red+Green+Blue) = 83+72+17=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #534811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534811 is #ACB7EE. Grayscale: #454545. Windows color (decimal): -11319279 or 1132627. OLE color: 1132627.

HSL color Cylindrical-coordinate representation of color #534811: hue angle of 50º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #534811 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 72 17 -
CMYK 0 0.13 0.80 0.67
HSL 50º 0.66% 0.2% -
HSV(B) 50º 0.8% 0.33% -
XYZ 5.99 6.51 1.47 -
YUV 69.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 83 72 17 0 0.13 0.80 0.67 50 0.66 0.2
Hex 53 48 11 0 D 50 43 32 42 14
Octal 123 110 21 0 15 120 103 62 102 24
Binary 1010011 1001000 10001 0 1101 1010000 1000011 110010 1000010 10100

Color Harmonies of #534811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534811

Black with #534811

Text Example


Text Example

White with #534811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534811; }

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

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

background-color css

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

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

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

border-color css

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

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

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