Html Css Color HEX #534821 Bronze Olive

📋 copy color: '#534821'

red 83 ◦ green 72 ◦ blue 33

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

Shades of Bronze Olive #534821

Tints of Bronze Olive #534821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.3%

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

R = 44.15%
G = 38.3%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#534821 (or 0x534821) is known color: Bronze Olive. HEX triplet: 53, 48 and 21. RGB value is (83,72,33). Sum of RGB (Red+Green+Blue) = 83+72+33=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534821 is #ACB7DE. Grayscale: #474747. Windows color (decimal): -11319263 or 2181203. OLE color: 2181203.

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

Color convert

RGB 83 72 33 -
CMYK 0 0.13 0.60 0.67
HSL 46.8º 0.43% 0.23% -
HSV(B) 46.8º 0.6% 0.33% -
XYZ 6.16 6.58 2.38 -
YUV 70.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 83 72 33 0 0.13 0.60 0.67 46.8 0.43 0.23
Hex 53 48 21 0 D 3C 43 2F 2B 17
Octal 123 110 41 0 15 74 103 57 53 27
Binary 1010011 1001000 100001 0 1101 111100 1000011 101111 101011 10111

Color Harmonies of #534821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534821

Black with #534821

Text Example


Text Example

White with #534821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534821; }

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

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

background-color css

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

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

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

border-color css

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

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

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