Html Css Color HEX #534E16 Bronze Olive

📋 copy color: '#534E16'

red 83 ◦ green 78 ◦ blue 22

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

Shades of Bronze Olive #534E16

Tints of Bronze Olive #534E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 45.36%
G = 42.62%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#534E16 (or 0x534E16) is known color: Bronze Olive. HEX triplet: 53, 4E and 16. RGB value is (83,78,22). Sum of RGB (Red+Green+Blue) = 83+78+22=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #534E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E16 is #ACB1E9. Grayscale: #494949. Windows color (decimal): -11317738 or 1461843. OLE color: 1461843.

HSL color Cylindrical-coordinate representation of color #534E16: hue angle of 55.08º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #534E16 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 78 22 -
CMYK 0 0.06 0.73 0.67
HSL 55.08º 0.58% 0.21% -
HSV(B) 55.08º 0.73% 0.33% -
XYZ 6.44 7.35 1.84 -
YUV 73.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 83 78 22 0 0.06 0.73 0.67 55.08 0.58 0.21
Hex 53 4E 16 0 6 49 43 37 3A 15
Octal 123 116 26 0 6 111 103 67 72 25
Binary 1010011 1001110 10110 0 110 1001001 1000011 110111 111010 10101

Color Harmonies of #534E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E16

Black with #534E16

Text Example


Text Example

White with #534E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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