Html Css Color HEX #553010 Baker's Chocolate

📋 copy color: '#553010'

red 85 ◦ green 48 ◦ blue 16

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

Shades of Baker's Chocolate #553010

Tints of Baker's Chocolate #553010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.21%

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

R = 57.05%
G = 32.21%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#553010 (or 0x553010) is known color: Baker's Chocolate. HEX triplet: 55, 30 and 10. RGB value is (85,48,16). Sum of RGB (Red+Green+Blue) = 85+48+16=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #553010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553010 is #AACFEF. Grayscale: #373737. Windows color (decimal): -11194352 or 1060949. OLE color: 1060949.

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

Color convert

RGB 85 48 16 -
CMYK 0 0.44 0.81 0.67
HSL 27.83º 0.68% 0.2% -
HSV(B) 27.83º 0.81% 0.33% -
XYZ 4.9 4.08 1.02 -
YUV 55.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 85 48 16 0 0.44 0.81 0.67 27.83 0.68 0.2
Hex 55 30 10 0 2C 51 43 1C 44 14
Octal 125 60 20 0 54 121 103 34 104 24
Binary 1010101 110000 10000 0 101100 1010001 1000011 11100 1000100 10100

Color Harmonies of #553010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553010

Black with #553010

Text Example


Text Example

White with #553010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553010; }

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

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

background-color css

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

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

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

border-color css

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

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

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