Html Css Color HEX #553201 Baker's Chocolate

📋 copy color: '#553201'

red 85 ◦ green 50 ◦ blue 1

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

Shades of Baker's Chocolate #553201

Tints of Baker's Chocolate #553201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.76%

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

R = 62.5%
G = 36.76%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#553201 (or 0x553201) is known color: Baker's Chocolate. HEX triplet: 55, 32 and 01. RGB value is (85,50,1). Sum of RGB (Red+Green+Blue) = 85+50+1=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #553201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553201 is #AACDFE. Grayscale: #373737. Windows color (decimal): -11193855 or 78421. OLE color: 78421.

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

Color convert

RGB 85 50 1 -
CMYK 0 0.41 0.99 0.67
HSL 35º 0.98% 0.17% -
HSV(B) 35º 0.99% 0.33% -
XYZ 4.89 4.21 0.58 -
YUV 54.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 85 50 1 0 0.41 0.99 0.67 35 0.98 0.17
Hex 55 32 1 0 29 63 43 23 62 11
Octal 125 62 1 0 51 143 103 43 142 21
Binary 1010101 110010 1 0 101001 1100011 1000011 100011 1100010 10001

Color Harmonies of #553201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553201

Black with #553201

Text Example


Text Example

White with #553201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553201; }

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

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

background-color css

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

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

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

border-color css

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

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

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