Html Css Color HEX #55362B Cioccolato

📋 copy color: '#55362B'

red 85 ◦ green 54 ◦ blue 43

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

Shades of Cioccolato #55362B

Tints of Cioccolato #55362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.67%

 BLUE value IS 43 (17.19% from 255) = 23.63%

R = 46.7%
G = 29.67%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#55362B (or 0x55362B) is known color: Cioccolato. HEX triplet: 55, 36 and 2B. RGB value is (85,54,43). Sum of RGB (Red+Green+Blue) = 85+54+43=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55362B is #AAC9D4. Grayscale: #3E3E3E. Windows color (decimal): -11192789 or 2831957. OLE color: 2831957.

HSL color Cylindrical-coordinate representation of color #55362B: hue angle of 15.71º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55362B is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 54 43 -
CMYK 0 0.36 0.49 0.67
HSL 15.71º 0.33% 0.25% -
HSV(B) 15.71º 0.49% 0.33% -
XYZ 5.5 4.74 2.91 -
YUV 62.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 85 54 43 0 0.36 0.49 0.67 15.71 0.33 0.25
Hex 55 36 2B 0 24 31 43 10 21 19
Octal 125 66 53 0 44 61 103 20 41 31
Binary 1010101 110110 101011 0 100100 110001 1000011 10000 100001 11001

Color Harmonies of #55362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55362B

Black with #55362B

Text Example


Text Example

White with #55362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55362B; }

 p { color: rgb(85,54,43); }

 H1.HeaderClassName
 {
   color: #55362B;
 }
 .AnyTagClassName
 {
   color: #55362B;
 }
</style>

background-color css

<style>
 a { background-color: #55362B; }

 a { background-color: rgb(85,54,43); }

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

border-color css

<style>
 span { border-color: #55362B; }

 span { border-color: rgb(85,54,43); }

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