Html Css Color HEX #553813 Baker's Chocolate

📋 copy color: '#553813'

red 85 ◦ green 56 ◦ blue 19

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

Shades of Baker's Chocolate #553813

Tints of Baker's Chocolate #553813

RGB

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

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

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

R = 53.13%
G = 35%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#553813 (or 0x553813) is known color: Baker's Chocolate. HEX triplet: 55, 38 and 13. RGB value is (85,56,19). Sum of RGB (Red+Green+Blue) = 85+56+19=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #553813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553813 is #AAC7EC. Grayscale: #3C3C3C. Windows color (decimal): -11192301 or 1259605. OLE color: 1259605.

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

Color convert

RGB 85 56 19 -
CMYK 0 0.34 0.78 0.67
HSL 33.64º 0.63% 0.2% -
HSV(B) 33.64º 0.78% 0.33% -
XYZ 5.28 4.81 1.27 -
YUV 60.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 85 56 19 0 0.34 0.78 0.67 33.64 0.63 0.2
Hex 55 38 13 0 22 4E 43 22 3F 14
Octal 125 70 23 0 42 116 103 42 77 24
Binary 1010101 111000 10011 0 100010 1001110 1000011 100010 111111 10100

Color Harmonies of #553813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553813

Black with #553813

Text Example


Text Example

White with #553813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553813; }

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

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

background-color css

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

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

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

border-color css

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

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

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