Html Css Color HEX #553501 Baker's Chocolate

📋 copy color: '#553501'

red 85 ◦ green 53 ◦ blue 1

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

Shades of Baker's Chocolate #553501

Tints of Baker's Chocolate #553501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 61.15%
G = 38.13%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#553501 (or 0x553501) is known color: Baker's Chocolate. HEX triplet: 55, 35 and 01. RGB value is (85,53,1). Sum of RGB (Red+Green+Blue) = 85+53+1=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #553501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553501 is #AACAFE. Grayscale: #383838. Windows color (decimal): -11193087 or 79189. OLE color: 79189.

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

Color convert

RGB 85 53 1 -
CMYK 0 0.38 0.99 0.67
HSL 37.14º 0.98% 0.17% -
HSV(B) 37.14º 0.99% 0.33% -
XYZ 5.02 4.48 0.63 -
YUV 56.64 96.6 148.23 -
System Red Green Blue C M Y K H S L
Decimal 85 53 1 0 0.38 0.99 0.67 37.14 0.98 0.17
Hex 55 35 1 0 26 63 43 25 62 11
Octal 125 65 1 0 46 143 103 45 142 21
Binary 1010101 110101 1 0 100110 1100011 1000011 100101 1100010 10001

Color Harmonies of #553501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553501

Black with #553501

Text Example


Text Example

White with #553501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553501; }

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

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

background-color css

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

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

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

border-color css

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

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

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