Html Css Color HEX #55392E Cioccolato

📋 copy color: '#55392E'

red 85 ◦ green 57 ◦ blue 46

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

Shades of Cioccolato #55392E

Tints of Cioccolato #55392E

RGB

 RED value IS 85 (33.59% from 255) = 45.21%

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

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

R = 45.21%
G = 30.32%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#55392E (or 0x55392E) is known color: Cioccolato. HEX triplet: 55, 39 and 2E. RGB value is (85,57,46). Sum of RGB (Red+Green+Blue) = 85+57+46=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #55392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55392E is #AAC6D1. Grayscale: #404040. Windows color (decimal): -11192018 or 3029333. OLE color: 3029333.

HSL color Cylindrical-coordinate representation of color #55392E: hue angle of 16.92º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55392E is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 57 46 -
CMYK 0 0.33 0.46 0.67
HSL 16.92º 0.3% 0.26% -
HSV(B) 16.92º 0.46% 0.33% -
XYZ 5.7 5.05 3.26 -
YUV 64.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 85 57 46 0 0.33 0.46 0.67 16.92 0.3 0.26
Hex 55 39 2E 0 21 2E 43 11 1E 1A
Octal 125 71 56 0 41 56 103 21 36 32
Binary 1010101 111001 101110 0 100001 101110 1000011 10001 11110 11010

Color Harmonies of #55392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55392E

Black with #55392E

Text Example


Text Example

White with #55392E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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