Html Css Color HEX #53392C Cioccolato

📋 copy color: '#53392C'

red 83 ◦ green 57 ◦ blue 44

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

Shades of Cioccolato #53392C

Tints of Cioccolato #53392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.98%

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

R = 45.11%
G = 30.98%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53392C (or 0x53392C) is known color: Cioccolato. HEX triplet: 53, 39 and 2C. RGB value is (83,57,44). Sum of RGB (Red+Green+Blue) = 83+57+44=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #53392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53392C is #ACC6D3. Grayscale: #3F3F3F. Windows color (decimal): -11323092 or 2898259. OLE color: 2898259.

HSL color Cylindrical-coordinate representation of color #53392C: hue angle of 20º 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 #53392C is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 57 44 -
CMYK 0 0.31 0.47 0.67
HSL 20º 0.31% 0.25% -
HSV(B) 20º 0.47% 0.33% -
XYZ 5.49 4.95 3.05 -
YUV 63.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 83 57 44 0 0.31 0.47 0.67 20 0.31 0.25
Hex 53 39 2C 0 1F 2F 43 14 1F 19
Octal 123 71 54 0 37 57 103 24 37 31
Binary 1010011 111001 101100 0 11111 101111 1000011 10100 11111 11001

Color Harmonies of #53392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53392C

Black with #53392C

Text Example


Text Example

White with #53392C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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