Html Css Color HEX #534E11 Bronze Olive

📋 copy color: '#534E11'

red 83 ◦ green 78 ◦ blue 17

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

Shades of Bronze Olive #534E11

Tints of Bronze Olive #534E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 43.82%

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

R = 46.63%
G = 43.82%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#534E11 (or 0x534E11) is known color: Bronze Olive. HEX triplet: 53, 4E and 11. RGB value is (83,78,17). Sum of RGB (Red+Green+Blue) = 83+78+17=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E11 is #ACB1EE. Grayscale: #484848. Windows color (decimal): -11317743 or 1134163. OLE color: 1134163.

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

Color convert

RGB 83 78 17 -
CMYK 0 0.06 0.80 0.67
HSL 55.45º 0.66% 0.2% -
HSV(B) 55.45º 0.8% 0.33% -
XYZ 6.39 7.33 1.61 -
YUV 72.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 83 78 17 0 0.06 0.80 0.67 55.45 0.66 0.2
Hex 53 4E 11 0 6 50 43 37 42 14
Octal 123 116 21 0 6 120 103 67 102 24
Binary 1010011 1001110 10001 0 110 1010000 1000011 110111 1000010 10100

Color Harmonies of #534E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E11

Black with #534E11

Text Example


Text Example

White with #534E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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