Html Css Color HEX #553613 Baker's Chocolate

📋 copy color: '#553613'

red 85 ◦ green 54 ◦ blue 19

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

Shades of Baker's Chocolate #553613

Tints of Baker's Chocolate #553613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.18%

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

R = 53.8%
G = 34.18%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#553613 (or 0x553613) is known color: Baker's Chocolate. HEX triplet: 55, 36 and 13. RGB value is (85,54,19). Sum of RGB (Red+Green+Blue) = 85+54+19=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #553613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553613 is #AAC9EC. Grayscale: #3B3B3B. Windows color (decimal): -11192813 or 1259093. OLE color: 1259093.

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

Color convert

RGB 85 54 19 -
CMYK 0 0.36 0.78 0.67
HSL 31.82º 0.63% 0.2% -
HSV(B) 31.82º 0.78% 0.33% -
XYZ 5.18 4.62 1.23 -
YUV 59.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 85 54 19 0 0.36 0.78 0.67 31.82 0.63 0.2
Hex 55 36 13 0 24 4E 43 20 3F 14
Octal 125 66 23 0 44 116 103 40 77 24
Binary 1010101 110110 10011 0 100100 1001110 1000011 100000 111111 10100

Color Harmonies of #553613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553613

Black with #553613

Text Example


Text Example

White with #553613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553613; }

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

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

background-color css

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

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

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

border-color css

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

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

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