Html Css Color HEX #533529 Cioccolato

📋 copy color: '#533529'

red 83 ◦ green 53 ◦ blue 41

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

Shades of Cioccolato #533529

Tints of Cioccolato #533529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.94%

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 46.89%
G = 29.94%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#533529 (or 0x533529) is known color: Cioccolato. HEX triplet: 53, 35 and 29. RGB value is (83,53,41). Sum of RGB (Red+Green+Blue) = 83+53+41=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #533529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533529 is #ACCAD6. Grayscale: #3C3C3C. Windows color (decimal): -11324119 or 2700627. OLE color: 2700627.

HSL color Cylindrical-coordinate representation of color #533529: hue angle of 17.14º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #533529 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 53 41 -
CMYK 0 0.36 0.51 0.67
HSL 17.14º 0.34% 0.24% -
HSV(B) 17.14º 0.51% 0.33% -
XYZ 5.24 4.55 2.7 -
YUV 60.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 83 53 41 0 0.36 0.51 0.67 17.14 0.34 0.24
Hex 53 35 29 0 24 33 43 11 22 18
Octal 123 65 51 0 44 63 103 21 42 30
Binary 1010011 110101 101001 0 100100 110011 1000011 10001 100010 11000

Color Harmonies of #533529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533529

Black with #533529

Text Example


Text Example

White with #533529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533529; }

 p { color: rgb(83,53,41); }

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

background-color css

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

 a { background-color: rgb(83,53,41); }

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

border-color css

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

 span { border-color: rgb(83,53,41); }

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