Html Css Color HEX #53352B Cioccolato

📋 copy color: '#53352B'

red 83 ◦ green 53 ◦ blue 43

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

Shades of Cioccolato #53352B

Tints of Cioccolato #53352B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.02%

R = 46.37%
G = 29.61%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#53352B (or 0x53352B) is known color: Cioccolato. HEX triplet: 53, 35 and 2B. RGB value is (83,53,43). Sum of RGB (Red+Green+Blue) = 83+53+43=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53352B is #ACCAD4. Grayscale: #3C3C3C. Windows color (decimal): -11324117 or 2831699. OLE color: 2831699.

HSL color Cylindrical-coordinate representation of color #53352B: hue angle of 15º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53352B is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 53 43 -
CMYK 0 0.36 0.48 0.67
HSL 15º 0.32% 0.25% -
HSV(B) 15º 0.48% 0.33% -
XYZ 5.28 4.56 2.89 -
YUV 60.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 83 53 43 0 0.36 0.48 0.67 15 0.32 0.25
Hex 53 35 2B 0 24 30 43 F 20 19
Octal 123 65 53 0 44 60 103 17 40 31
Binary 1010011 110101 101011 0 100100 110000 1000011 1111 100000 11001

Color Harmonies of #53352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53352B

Black with #53352B

Text Example


Text Example

White with #53352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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