Html Css Color HEX #541B01 Baker's Chocolate

📋 copy color: '#541B01'

red 84 ◦ green 27 ◦ blue 1

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

Shades of Baker's Chocolate #541B01

Tints of Baker's Chocolate #541B01

RGB

 RED value IS 84 (33.2% from 255) = 75%

 GREEN value IS 27 (10.94% from 255) = 24.11%

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

R = 75%
G = 24.11%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#541B01 (or 0x541B01) is known color: Baker's Chocolate. HEX triplet: 54, 1B and 01. RGB value is (84,27,1). Sum of RGB (Red+Green+Blue) = 84+27+1=112 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 84 - color contains mainly: red. Hex color #541B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B01 is #ABE4FE. Grayscale: #292929. Windows color (decimal): -11265279 or 72532. OLE color: 72532.

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

Color convert

RGB 84 27 1 -
CMYK 0 0.68 0.99 0.67
HSL 18.8º 0.98% 0.17% -
HSV(B) 18.8º 0.99% 0.33% -
XYZ 4.05 2.67 0.33 -
YUV 41.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 84 27 1 0 0.68 0.99 0.67 18.8 0.98 0.17
Hex 54 1B 1 0 44 63 43 13 62 11
Octal 124 33 1 0 104 143 103 23 142 21
Binary 1010100 11011 1 0 1000100 1100011 1000011 10011 1100010 10001

Color Harmonies of #541B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B01

Black with #541B01

Text Example


Text Example

White with #541B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541B01; }

 p { color: rgb(84,27,1); }

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

background-color css

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

 a { background-color: rgb(84,27,1); }

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

border-color css

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

 span { border-color: rgb(84,27,1); }

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