Html Css Color HEX #553513 Baker's Chocolate

📋 copy color: '#553513'

red 85 ◦ green 53 ◦ blue 19

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

Shades of Baker's Chocolate #553513

Tints of Baker's Chocolate #553513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.1%

R = 54.14%
G = 33.76%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#553513 (or 0x553513) is known color: Baker's Chocolate. HEX triplet: 55, 35 and 13. RGB value is (85,53,19). Sum of RGB (Red+Green+Blue) = 85+53+19=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #553513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553513 is #AACAEC. Grayscale: #3A3A3A. Windows color (decimal): -11193069 or 1258837. OLE color: 1258837.

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

Color convert

RGB 85 53 19 -
CMYK 0 0.38 0.78 0.67
HSL 30.91º 0.63% 0.2% -
HSV(B) 30.91º 0.78% 0.33% -
XYZ 5.14 4.52 1.22 -
YUV 58.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 85 53 19 0 0.38 0.78 0.67 30.91 0.63 0.2
Hex 55 35 13 0 26 4E 43 1F 3F 14
Octal 125 65 23 0 46 116 103 37 77 24
Binary 1010101 110101 10011 0 100110 1001110 1000011 11111 111111 10100

Color Harmonies of #553513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553513

Black with #553513

Text Example


Text Example

White with #553513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553513; }

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

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

background-color css

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

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

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

border-color css

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

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

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