Html Css Color HEX #534916 Bronze Olive

📋 copy color: '#534916'

red 83 ◦ green 73 ◦ blue 22

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

Shades of Bronze Olive #534916

Tints of Bronze Olive #534916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.01%

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

R = 46.63%
G = 41.01%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#534916 (or 0x534916) is known color: Bronze Olive. HEX triplet: 53, 49 and 16. RGB value is (83,73,22). Sum of RGB (Red+Green+Blue) = 83+73+22=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534916 is #ACB6E9. Grayscale: #464646. Windows color (decimal): -11319018 or 1460563. OLE color: 1460563.

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

Color convert

RGB 83 73 22 -
CMYK 0 0.12 0.73 0.67
HSL 50.16º 0.58% 0.21% -
HSV(B) 50.16º 0.73% 0.33% -
XYZ 6.09 6.66 1.72 -
YUV 70.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 83 73 22 0 0.12 0.73 0.67 50.16 0.58 0.21
Hex 53 49 16 0 C 49 43 32 3A 15
Octal 123 111 26 0 14 111 103 62 72 25
Binary 1010011 1001001 10110 0 1100 1001001 1000011 110010 111010 10101

Color Harmonies of #534916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534916

Black with #534916

Text Example


Text Example

White with #534916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534916; }

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

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

background-color css

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

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

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

border-color css

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

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

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