Html Css Color HEX #553510 Baker's Chocolate

📋 copy color: '#553510'

red 85 ◦ green 53 ◦ blue 16

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

Shades of Baker's Chocolate #553510

Tints of Baker's Chocolate #553510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.42%

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

R = 55.19%
G = 34.42%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#553510 (or 0x553510) is known color: Baker's Chocolate. HEX triplet: 55, 35 and 10. RGB value is (85,53,16). Sum of RGB (Red+Green+Blue) = 85+53+16=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #553510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553510 is #AACAEF. Grayscale: #3A3A3A. Windows color (decimal): -11193072 or 1062229. OLE color: 1062229.

HSL color Cylindrical-coordinate representation of color #553510: hue angle of 32.17º 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 #553510 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 53 16 -
CMYK 0 0.38 0.81 0.67
HSL 32.17º 0.68% 0.2% -
HSV(B) 32.17º 0.81% 0.33% -
XYZ 5.11 4.51 1.09 -
YUV 58.35 104.1 147.01 -
System Red Green Blue C M Y K H S L
Decimal 85 53 16 0 0.38 0.81 0.67 32.17 0.68 0.2
Hex 55 35 10 0 26 51 43 20 44 14
Octal 125 65 20 0 46 121 103 40 104 24
Binary 1010101 110101 10000 0 100110 1010001 1000011 100000 1000100 10100

Color Harmonies of #553510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553510

Black with #553510

Text Example


Text Example

White with #553510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553510; }

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

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

background-color css

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

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

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

border-color css

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

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

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