Html Css Color HEX #5C1B01 Baker's Chocolate

📋 copy color: '#5C1B01'

red 92 ◦ green 27 ◦ blue 1

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

Shades of Baker's Chocolate #5C1B01

Tints of Baker's Chocolate #5C1B01

RGB

 RED value IS 92 (36.33% from 255) = 76.67%

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

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

R = 76.67%
G = 22.5%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#5C1B01 (or 0x5C1B01) is known color: Baker's Chocolate. HEX triplet: 5C, 1B and 01. RGB value is (92,27,1). Sum of RGB (Red+Green+Blue) = 92+27+1=120 (15% of max value = 765). Red value is 92 (36.33% from 255 or 76.67% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C1B01 is #A3E4FE. Grayscale: #2B2B2B. Windows color (decimal): -10740991 or 72540. OLE color: 72540.

HSL color Cylindrical-coordinate representation of color #5C1B01: hue angle of 17.14º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C1B01 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 27 1 -
CMYK 0 0.71 0.99 0.64
HSL 17.14º 0.98% 0.18% -
HSV(B) 17.14º 0.99% 0.36% -
XYZ 4.81 3.06 0.37 -
YUV 43.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 92 27 1 0 0.71 0.99 0.64 17.14 0.98 0.18
Hex 5C 1B 1 0 47 63 40 11 62 12
Octal 134 33 1 0 107 143 100 21 142 22
Binary 1011100 11011 1 0 1000111 1100011 1000000 10001 1100010 10010

Color Harmonies of #5C1B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1B01

Black with #5C1B01

Text Example


Text Example

White with #5C1B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C1B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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