Html Css Color HEX #53382C Cioccolato

📋 copy color: '#53382C'

red 83 ◦ green 56 ◦ blue 44

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

Shades of Cioccolato #53382C

Tints of Cioccolato #53382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.6%

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

R = 45.36%
G = 30.6%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53382C (or 0x53382C) is known color: Cioccolato. HEX triplet: 53, 38 and 2C. RGB value is (83,56,44). Sum of RGB (Red+Green+Blue) = 83+56+44=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53382C is #ACC7D3. Grayscale: #3E3E3E. Windows color (decimal): -11323348 or 2898003. OLE color: 2898003.

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

Color convert

RGB 83 56 44 -
CMYK 0 0.33 0.47 0.67
HSL 18.46º 0.31% 0.25% -
HSV(B) 18.46º 0.47% 0.33% -
XYZ 5.44 4.85 3.03 -
YUV 62.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 83 56 44 0 0.33 0.47 0.67 18.46 0.31 0.25
Hex 53 38 2C 0 21 2F 43 12 1F 19
Octal 123 70 54 0 41 57 103 22 37 31
Binary 1010011 111000 101100 0 100001 101111 1000011 10010 11111 11001

Color Harmonies of #53382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53382C

Black with #53382C

Text Example


Text Example

White with #53382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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