Html Css Color HEX #5E2401 Baker's Chocolate

📋 copy color: '#5E2401'

red 94 ◦ green 36 ◦ blue 1

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

Shades of Baker's Chocolate #5E2401

Tints of Baker's Chocolate #5E2401

RGB

 RED value IS 94 (37.11% from 255) = 71.76%

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

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

R = 71.76%
G = 27.48%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#5E2401 (or 0x5E2401) is known color: Baker's Chocolate. HEX triplet: 5E, 24 and 01. RGB value is (94,36,1). Sum of RGB (Red+Green+Blue) = 94+36+1=131 (17% of max value = 765). Red value is 94 (37.11% from 255 or 71.76% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2401 is #A1DBFE. Grayscale: #313131. Windows color (decimal): -10607615 or 74846. OLE color: 74846.

HSL color Cylindrical-coordinate representation of color #5E2401: hue angle of 22.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E2401 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 36 1 -
CMYK 0 0.62 0.99 0.63
HSL 22.58º 0.98% 0.19% -
HSV(B) 22.58º 0.99% 0.37% -
XYZ 5.25 3.64 0.46 -
YUV 49.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 94 36 1 0 0.62 0.99 0.63 22.58 0.98 0.19
Hex 5E 24 1 0 3E 63 3F 17 62 13
Octal 136 44 1 0 76 143 77 27 142 23
Binary 1011110 100100 1 0 111110 1100011 111111 10111 1100010 10011

Color Harmonies of #5E2401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2401

Black with #5E2401

Text Example


Text Example

White with #5E2401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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