Html Css Color HEX #553816 Baker's Chocolate

📋 copy color: '#553816'

red 85 ◦ green 56 ◦ blue 22

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

Shades of Baker's Chocolate #553816

Tints of Baker's Chocolate #553816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.36%

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

R = 52.15%
G = 34.36%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#553816 (or 0x553816) is known color: Baker's Chocolate. HEX triplet: 55, 38 and 16. RGB value is (85,56,22). Sum of RGB (Red+Green+Blue) = 85+56+22=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #553816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553816 is #AAC7E9. Grayscale: #3C3C3C. Windows color (decimal): -11192298 or 1456213. OLE color: 1456213.

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

Color convert

RGB 85 56 22 -
CMYK 0 0.34 0.74 0.67
HSL 32.38º 0.59% 0.21% -
HSV(B) 32.38º 0.74% 0.33% -
XYZ 5.31 4.82 1.41 -
YUV 60.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 85 56 22 0 0.34 0.74 0.67 32.38 0.59 0.21
Hex 55 38 16 0 22 4A 43 20 3B 15
Octal 125 70 26 0 42 112 103 40 73 25
Binary 1010101 111000 10110 0 100010 1001010 1000011 100000 111011 10101

Color Harmonies of #553816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553816

Black with #553816

Text Example


Text Example

White with #553816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553816; }

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

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

background-color css

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

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

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

border-color css

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

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

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