Html Css Color HEX #53392E Cioccolato

📋 copy color: '#53392E'

red 83 ◦ green 57 ◦ blue 46

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

Shades of Cioccolato #53392E

Tints of Cioccolato #53392E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.73%

R = 44.62%
G = 30.65%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53392E (or 0x53392E) is known color: Cioccolato. HEX triplet: 53, 39 and 2E. RGB value is (83,57,46). Sum of RGB (Red+Green+Blue) = 83+57+46=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #53392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53392E is #ACC6D1. Grayscale: #3F3F3F. Windows color (decimal): -11323090 or 3029331. OLE color: 3029331.

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

Color convert

RGB 83 57 46 -
CMYK 0 0.31 0.45 0.67
HSL 17.84º 0.29% 0.25% -
HSV(B) 17.84º 0.45% 0.33% -
XYZ 5.52 4.96 3.25 -
YUV 63.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 83 57 46 0 0.31 0.45 0.67 17.84 0.29 0.25
Hex 53 39 2E 0 1F 2D 43 12 1D 19
Octal 123 71 56 0 37 55 103 22 35 31
Binary 1010011 111001 101110 0 11111 101101 1000011 10010 11101 11001

Color Harmonies of #53392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53392E

Black with #53392E

Text Example


Text Example

White with #53392E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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