Html Css Color HEX #553715 Baker's Chocolate

📋 copy color: '#553715'

red 85 ◦ green 55 ◦ blue 21

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

Shades of Baker's Chocolate #553715

Tints of Baker's Chocolate #553715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.16%

 BLUE value IS 21 (8.59% from 255) = 13.04%

R = 52.8%
G = 34.16%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#553715 (or 0x553715) is known color: Baker's Chocolate. HEX triplet: 55, 37 and 15. RGB value is (85,55,21). Sum of RGB (Red+Green+Blue) = 85+55+21=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #553715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553715 is #AAC8EA. Grayscale: #3C3C3C. Windows color (decimal): -11192555 or 1390421. OLE color: 1390421.

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

Color convert

RGB 85 55 21 -
CMYK 0 0.35 0.75 0.67
HSL 31.88º 0.6% 0.21% -
HSV(B) 31.88º 0.75% 0.33% -
XYZ 5.25 4.72 1.34 -
YUV 60.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 85 55 21 0 0.35 0.75 0.67 31.88 0.6 0.21
Hex 55 37 15 0 23 4B 43 20 3C 15
Octal 125 67 25 0 43 113 103 40 74 25
Binary 1010101 110111 10101 0 100011 1001011 1000011 100000 111100 10101

Color Harmonies of #553715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553715

Black with #553715

Text Example


Text Example

White with #553715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553715; }

 p { color: rgb(85,55,21); }

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

background-color css

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

 a { background-color: rgb(85,55,21); }

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

border-color css

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

 span { border-color: rgb(85,55,21); }

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