Html Css Color HEX #53352A Cioccolato

📋 copy color: '#53352A'

red 83 ◦ green 53 ◦ blue 42

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

Shades of Cioccolato #53352A

Tints of Cioccolato #53352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.6%

R = 46.63%
G = 29.78%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53352A (or 0x53352A) is known color: Cioccolato. HEX triplet: 53, 35 and 2A. RGB value is (83,53,42). Sum of RGB (Red+Green+Blue) = 83+53+42=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53352A is #ACCAD5. Grayscale: #3C3C3C. Windows color (decimal): -11324118 or 2766163. OLE color: 2766163.

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

Color convert

RGB 83 53 42 -
CMYK 0 0.36 0.49 0.67
HSL 16.1º 0.33% 0.25% -
HSV(B) 16.1º 0.49% 0.33% -
XYZ 5.26 4.55 2.79 -
YUV 60.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 83 53 42 0 0.36 0.49 0.67 16.1 0.33 0.25
Hex 53 35 2A 0 24 31 43 10 21 19
Octal 123 65 52 0 44 61 103 20 41 31
Binary 1010011 110101 101010 0 100100 110001 1000011 10000 100001 11001

Color Harmonies of #53352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53352A

Black with #53352A

Text Example


Text Example

White with #53352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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