Html Css Color HEX #53372C Cioccolato

📋 copy color: '#53372C'

red 83 ◦ green 55 ◦ blue 44

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

Shades of Cioccolato #53372C

Tints of Cioccolato #53372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.22%

 BLUE value IS 44 (17.58% from 255) = 24.18%

R = 45.6%
G = 30.22%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53372C (or 0x53372C) is known color: Cioccolato. HEX triplet: 53, 37 and 2C. RGB value is (83,55,44). Sum of RGB (Red+Green+Blue) = 83+55+44=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53372C is #ACC8D3. Grayscale: #3E3E3E. Windows color (decimal): -11323604 or 2897747. OLE color: 2897747.

HSL color Cylindrical-coordinate representation of color #53372C: hue angle of 16.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53372C is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 44 -
CMYK 0 0.34 0.47 0.67
HSL 16.92º 0.31% 0.25% -
HSV(B) 16.92º 0.47% 0.33% -
XYZ 5.39 4.75 3.02 -
YUV 62.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 83 55 44 0 0.34 0.47 0.67 16.92 0.31 0.25
Hex 53 37 2C 0 22 2F 43 11 1F 19
Octal 123 67 54 0 42 57 103 21 37 31
Binary 1010011 110111 101100 0 100010 101111 1000011 10001 11111 11001

Color Harmonies of #53372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53372C

Black with #53372C

Text Example


Text Example

White with #53372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53372C; }

 p { color: rgb(83,55,44); }

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

background-color css

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

 a { background-color: rgb(83,55,44); }

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

border-color css

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

 span { border-color: rgb(83,55,44); }

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