Html Css Color HEX #533F20 Deep Bronze

📋 copy color: '#533F20'

red 83 ◦ green 63 ◦ blue 32

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

Shades of Deep Bronze #533F20

Tints of Deep Bronze #533F20

RGB

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

 GREEN value IS 63 (25% from 255) = 35.39%

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

R = 46.63%
G = 35.39%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#533F20 (or 0x533F20) is known color: Deep Bronze. HEX triplet: 53, 3F and 20. RGB value is (83,63,32). Sum of RGB (Red+Green+Blue) = 83+63+32=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #533F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F20 is #ACC0DF. Grayscale: #414141. Windows color (decimal): -11321568 or 2113363. OLE color: 2113363.

HSL color Cylindrical-coordinate representation of color #533F20: hue angle of 36.47º 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 #533F20 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 63 32 -
CMYK 0 0.24 0.61 0.67
HSL 36.47º 0.44% 0.23% -
HSV(B) 36.47º 0.61% 0.33% -
XYZ 5.61 5.5 2.13 -
YUV 65.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 83 63 32 0 0.24 0.61 0.67 36.47 0.44 0.23
Hex 53 3F 20 0 18 3D 43 24 2C 17
Octal 123 77 40 0 30 75 103 44 54 27
Binary 1010011 111111 100000 0 11000 111101 1000011 100100 101100 10111

Color Harmonies of #533F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F20

Black with #533F20

Text Example


Text Example

White with #533F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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