Html Css Color HEX #553716 Baker's Chocolate

📋 copy color: '#553716'

red 85 ◦ green 55 ◦ blue 22

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

Shades of Baker's Chocolate #553716

Tints of Baker's Chocolate #553716

RGB

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

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

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

R = 52.47%
G = 33.95%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#553716 (or 0x553716) is known color: Baker's Chocolate. HEX triplet: 55, 37 and 16. RGB value is (85,55,22). Sum of RGB (Red+Green+Blue) = 85+55+22=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #553716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553716 is #AAC8E9. Grayscale: #3C3C3C. Windows color (decimal): -11192554 or 1455957. OLE color: 1455957.

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

Color convert

RGB 85 55 22 -
CMYK 0 0.35 0.74 0.67
HSL 31.43º 0.59% 0.21% -
HSV(B) 31.43º 0.74% 0.33% -
XYZ 5.26 4.72 1.39 -
YUV 60.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 85 55 22 0 0.35 0.74 0.67 31.43 0.59 0.21
Hex 55 37 16 0 23 4A 43 1F 3B 15
Octal 125 67 26 0 43 112 103 37 73 25
Binary 1010101 110111 10110 0 100011 1001010 1000011 11111 111011 10101

Color Harmonies of #553716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553716

Black with #553716

Text Example


Text Example

White with #553716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553716; }

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

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

background-color css

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

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

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

border-color css

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

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

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