Html Css Color HEX #533F21 Deep Bronze

📋 copy color: '#533F21'

red 83 ◦ green 63 ◦ blue 33

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

Shades of Deep Bronze #533F21

Tints of Deep Bronze #533F21

RGB

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

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

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

R = 46.37%
G = 35.2%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#533F21 (or 0x533F21) is known color: Deep Bronze. HEX triplet: 53, 3F and 21. RGB value is (83,63,33). Sum of RGB (Red+Green+Blue) = 83+63+33=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #533F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F21 is #ACC0DE. Grayscale: #414141. Windows color (decimal): -11321567 or 2178899. OLE color: 2178899.

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

Color convert

RGB 83 63 33 -
CMYK 0 0.24 0.60 0.67
HSL 36º 0.43% 0.23% -
HSV(B) 36º 0.6% 0.33% -
XYZ 5.62 5.5 2.21 -
YUV 65.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 83 63 33 0 0.24 0.60 0.67 36 0.43 0.23
Hex 53 3F 21 0 18 3C 43 24 2B 17
Octal 123 77 41 0 30 74 103 44 53 27
Binary 1010011 111111 100001 0 11000 111100 1000011 100100 101011 10111

Color Harmonies of #533F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F21

Black with #533F21

Text Example


Text Example

White with #533F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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