Html Css Color HEX #534921 Bronze Olive

📋 copy color: '#534921'

red 83 ◦ green 73 ◦ blue 33

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

Shades of Bronze Olive #534921

Tints of Bronze Olive #534921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.46%

R = 43.92%
G = 38.62%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#534921 (or 0x534921) is known color: Bronze Olive. HEX triplet: 53, 49 and 21. RGB value is (83,73,33). Sum of RGB (Red+Green+Blue) = 83+73+33=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534921 is #ACB6DE. Grayscale: #474747. Windows color (decimal): -11319007 or 2181459. OLE color: 2181459.

HSL color Cylindrical-coordinate representation of color #534921: hue angle of 48º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534921 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 33 -
CMYK 0 0.12 0.60 0.67
HSL 48º 0.43% 0.23% -
HSV(B) 48º 0.6% 0.33% -
XYZ 6.22 6.71 2.41 -
YUV 71.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 83 73 33 0 0.12 0.60 0.67 48 0.43 0.23
Hex 53 49 21 0 C 3C 43 30 2B 17
Octal 123 111 41 0 14 74 103 60 53 27
Binary 1010011 1001001 100001 0 1100 111100 1000011 110000 101011 10111

Color Harmonies of #534921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534921

Black with #534921

Text Example


Text Example

White with #534921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534921; }

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

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

background-color css

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

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

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

border-color css

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

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

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