Html Css Color HEX #534221 Bronze Olive

📋 copy color: '#534221'

red 83 ◦ green 66 ◦ blue 33

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

Shades of Bronze Olive #534221

Tints of Bronze Olive #534221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.26%

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

R = 45.6%
G = 36.26%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#534221 (or 0x534221) is known color: Bronze Olive. HEX triplet: 53, 42 and 21. RGB value is (83,66,33). Sum of RGB (Red+Green+Blue) = 83+66+33=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #534221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534221 is #ACBDDE. Grayscale: #434343. Windows color (decimal): -11320799 or 2179667. OLE color: 2179667.

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

Color convert

RGB 83 66 33 -
CMYK 0 0.20 0.60 0.67
HSL 39.6º 0.43% 0.23% -
HSV(B) 39.6º 0.6% 0.33% -
XYZ 5.79 5.85 2.26 -
YUV 67.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 83 66 33 0 0.20 0.60 0.67 39.6 0.43 0.23
Hex 53 42 21 0 14 3C 43 28 2B 17
Octal 123 102 41 0 24 74 103 50 53 27
Binary 1010011 1000010 100001 0 10100 111100 1000011 101000 101011 10111

Color Harmonies of #534221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534221

Black with #534221

Text Example


Text Example

White with #534221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534221; }

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

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

background-color css

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

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

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

border-color css

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

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

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