Html Css Color HEX #5E1F02 Baker's Chocolate

📋 copy color: '#5E1F02'

red 94 ◦ green 31 ◦ blue 2

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

Shades of Baker's Chocolate #5E1F02

Tints of Baker's Chocolate #5E1F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.41%

 BLUE value IS 2 (1.17% from 255) = 1.57%

R = 74.02%
G = 24.41%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#5E1F02 (or 0x5E1F02) is known color: Baker's Chocolate. HEX triplet: 5E, 1F and 02. RGB value is (94,31,2). Sum of RGB (Red+Green+Blue) = 94+31+2=127 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.02% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E1F02 is #A1E0FD. Grayscale: #2E2E2E. Windows color (decimal): -10608894 or 139102. OLE color: 139102.

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

Color convert

RGB 94 31 2 -
CMYK 0 0.67 0.98 0.63
HSL 18.91º 0.96% 0.19% -
HSV(B) 18.91º 0.98% 0.37% -
XYZ 5.12 3.36 0.44 -
YUV 46.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 94 31 2 0 0.67 0.98 0.63 18.91 0.96 0.19
Hex 5E 1F 2 0 43 62 3F 13 60 13
Octal 136 37 2 0 103 142 77 23 140 23
Binary 1011110 11111 10 0 1000011 1100010 111111 10011 1100000 10011

Color Harmonies of #5E1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1F02

Black with #5E1F02

Text Example


Text Example

White with #5E1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,31,2); }

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

background-color css

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

 a { background-color: rgb(94,31,2); }

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

border-color css

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

 span { border-color: rgb(94,31,2); }

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