Html Css Color HEX #53382E Cioccolato

📋 copy color: '#53382E'

red 83 ◦ green 56 ◦ blue 46

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

Shades of Cioccolato #53382E

Tints of Cioccolato #53382E

RGB

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

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

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

R = 44.86%
G = 30.27%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53382E (or 0x53382E) is known color: Cioccolato. HEX triplet: 53, 38 and 2E. RGB value is (83,56,46). Sum of RGB (Red+Green+Blue) = 83+56+46=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53382E is #ACC7D1. Grayscale: #3F3F3F. Windows color (decimal): -11323346 or 3029075. OLE color: 3029075.

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

Color convert

RGB 83 56 46 -
CMYK 0 0.33 0.45 0.67
HSL 16.22º 0.29% 0.25% -
HSV(B) 16.22º 0.45% 0.33% -
XYZ 5.47 4.86 3.24 -
YUV 62.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 83 56 46 0 0.33 0.45 0.67 16.22 0.29 0.25
Hex 53 38 2E 0 21 2D 43 10 1D 19
Octal 123 70 56 0 41 55 103 20 35 31
Binary 1010011 111000 101110 0 100001 101101 1000011 10000 11101 11001

Color Harmonies of #53382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53382E

Black with #53382E

Text Example


Text Example

White with #53382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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