Html Css Color HEX #553629 Cioccolato

📋 copy color: '#553629'

red 85 ◦ green 54 ◦ blue 41

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

Shades of Cioccolato #553629

Tints of Cioccolato #553629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.78%

R = 47.22%
G = 30%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#553629 (or 0x553629) is known color: Cioccolato. HEX triplet: 55, 36 and 29. RGB value is (85,54,41). Sum of RGB (Red+Green+Blue) = 85+54+41=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #553629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553629 is #AAC9D6. Grayscale: #3D3D3D. Windows color (decimal): -11192791 or 2700885. OLE color: 2700885.

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

Color convert

RGB 85 54 41 -
CMYK 0 0.36 0.52 0.67
HSL 17.73º 0.35% 0.25% -
HSV(B) 17.73º 0.52% 0.33% -
XYZ 5.47 4.73 2.72 -
YUV 61.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 85 54 41 0 0.36 0.52 0.67 17.73 0.35 0.25
Hex 55 36 29 0 24 34 43 12 23 19
Octal 125 66 51 0 44 64 103 22 43 31
Binary 1010101 110110 101001 0 100100 110100 1000011 10010 100011 11001

Color Harmonies of #553629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553629

Black with #553629

Text Example


Text Example

White with #553629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553629; }

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

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

background-color css

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

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

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

border-color css

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

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

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