Html Css Color HEX #552401 Baker's Chocolate

📋 copy color: '#552401'

red 85 ◦ green 36 ◦ blue 1

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

Shades of Baker's Chocolate #552401

Tints of Baker's Chocolate #552401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.51%

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

R = 69.67%
G = 29.51%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#552401 (or 0x552401) is known color: Baker's Chocolate. HEX triplet: 55, 24 and 01. RGB value is (85,36,1). Sum of RGB (Red+Green+Blue) = 85+36+1=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #552401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552401 is #AADBFE. Grayscale: #2E2E2E. Windows color (decimal): -11197439 or 74837. OLE color: 74837.

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

Color convert

RGB 85 36 1 -
CMYK 0 0.58 0.99 0.67
HSL 25º 0.98% 0.17% -
HSV(B) 25º 0.99% 0.33% -
XYZ 4.38 3.2 0.41 -
YUV 46.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 85 36 1 0 0.58 0.99 0.67 25 0.98 0.17
Hex 55 24 1 0 3A 63 43 19 62 11
Octal 125 44 1 0 72 143 103 31 142 21
Binary 1010101 100100 1 0 111010 1100011 1000011 11001 1100010 10001

Color Harmonies of #552401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552401

Black with #552401

Text Example


Text Example

White with #552401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552401; }

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

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

background-color css

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

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

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

border-color css

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

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

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