Html Css Color HEX #551C01 Baker's Chocolate

📋 copy color: '#551C01'

red 85 ◦ green 28 ◦ blue 1

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

Shades of Baker's Chocolate #551C01

Tints of Baker's Chocolate #551C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.56%

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

R = 74.56%
G = 24.56%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#551C01 (or 0x551C01) is known color: Baker's Chocolate. HEX triplet: 55, 1C and 01. RGB value is (85,28,1). Sum of RGB (Red+Green+Blue) = 85+28+1=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #551C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C01 is #AAE3FE. Grayscale: #2A2A2A. Windows color (decimal): -11199487 or 72789. OLE color: 72789.

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

Color convert

RGB 85 28 1 -
CMYK 0 0.67 0.99 0.67
HSL 19.29º 0.98% 0.17% -
HSV(B) 19.29º 0.99% 0.33% -
XYZ 4.17 2.76 0.34 -
YUV 41.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 85 28 1 0 0.67 0.99 0.67 19.29 0.98 0.17
Hex 55 1C 1 0 43 63 43 13 62 11
Octal 125 34 1 0 103 143 103 23 142 21
Binary 1010101 11100 1 0 1000011 1100011 1000011 10011 1100010 10001

Color Harmonies of #551C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C01

Black with #551C01

Text Example


Text Example

White with #551C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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