Html Css Color HEX #533E20 Deep Bronze

📋 copy color: '#533E20'

red 83 ◦ green 62 ◦ blue 32

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

Shades of Deep Bronze #533E20

Tints of Deep Bronze #533E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.03%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 46.89%
G = 35.03%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#533E20 (or 0x533E20) is known color: Deep Bronze. HEX triplet: 53, 3E and 20. RGB value is (83,62,32). Sum of RGB (Red+Green+Blue) = 83+62+32=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #533E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E20 is #ACC1DF. Grayscale: #414141. Windows color (decimal): -11321824 or 2113107. OLE color: 2113107.

HSL color Cylindrical-coordinate representation of color #533E20: hue angle of 35.29º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533E20 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 62 32 -
CMYK 0 0.25 0.61 0.67
HSL 35.29º 0.44% 0.23% -
HSV(B) 35.29º 0.61% 0.33% -
XYZ 5.55 5.39 2.11 -
YUV 64.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 83 62 32 0 0.25 0.61 0.67 35.29 0.44 0.23
Hex 53 3E 20 0 19 3D 43 23 2C 17
Octal 123 76 40 0 31 75 103 43 54 27
Binary 1010011 111110 100000 0 11001 111101 1000011 100011 101100 10111

Color Harmonies of #533E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E20

Black with #533E20

Text Example


Text Example

White with #533E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533E20; }

 p { color: rgb(83,62,32); }

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

background-color css

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

 a { background-color: rgb(83,62,32); }

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

border-color css

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

 span { border-color: rgb(83,62,32); }

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