Html Css Color HEX #553516 Baker's Chocolate

📋 copy color: '#553516'

red 85 ◦ green 53 ◦ blue 22

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

Shades of Baker's Chocolate #553516

Tints of Baker's Chocolate #553516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.75%

R = 53.13%
G = 33.13%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#553516 (or 0x553516) is known color: Baker's Chocolate. HEX triplet: 55, 35 and 16. RGB value is (85,53,22). Sum of RGB (Red+Green+Blue) = 85+53+22=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #553516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553516 is #AACAE9. Grayscale: #3B3B3B. Windows color (decimal): -11193066 or 1455445. OLE color: 1455445.

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

Color convert

RGB 85 53 22 -
CMYK 0 0.38 0.74 0.67
HSL 29.52º 0.59% 0.21% -
HSV(B) 29.52º 0.74% 0.33% -
XYZ 5.16 4.54 1.36 -
YUV 59.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 85 53 22 0 0.38 0.74 0.67 29.52 0.59 0.21
Hex 55 35 16 0 26 4A 43 1E 3B 15
Octal 125 65 26 0 46 112 103 36 73 25
Binary 1010101 110101 10110 0 100110 1001010 1000011 11110 111011 10101

Color Harmonies of #553516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553516

Black with #553516

Text Example


Text Example

White with #553516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553516; }

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

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

background-color css

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

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

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

border-color css

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

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

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