Html Css Color HEX #552910 Baker's Chocolate

📋 copy color: '#552910'

red 85 ◦ green 41 ◦ blue 16

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

Shades of Baker's Chocolate #552910

Tints of Baker's Chocolate #552910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.87%

 BLUE value IS 16 (6.64% from 255) = 11.27%

R = 59.86%
G = 28.87%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#552910 (or 0x552910) is known color: Baker's Chocolate. HEX triplet: 55, 29 and 10. RGB value is (85,41,16). Sum of RGB (Red+Green+Blue) = 85+41+16=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552910 is #AAD6EF. Grayscale: #333333. Windows color (decimal): -11196144 or 1059157. OLE color: 1059157.

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

Color convert

RGB 85 41 16 -
CMYK 0 0.52 0.81 0.67
HSL 21.74º 0.68% 0.2% -
HSV(B) 21.74º 0.81% 0.33% -
XYZ 4.63 3.55 0.93 -
YUV 51.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 85 41 16 0 0.52 0.81 0.67 21.74 0.68 0.2
Hex 55 29 10 0 34 51 43 16 44 14
Octal 125 51 20 0 64 121 103 26 104 24
Binary 1010101 101001 10000 0 110100 1010001 1000011 10110 1000100 10100

Color Harmonies of #552910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552910

Black with #552910

Text Example


Text Example

White with #552910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552910; }

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

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

background-color css

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

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

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

border-color css

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

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

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