Html Css Color HEX #5E2209 Baker's Chocolate

📋 copy color: '#5E2209'

red 94 ◦ green 34 ◦ blue 9

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

Shades of Baker's Chocolate #5E2209

Tints of Baker's Chocolate #5E2209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.82%

 BLUE value IS 9 (3.91% from 255) = 6.57%

R = 68.61%
G = 24.82%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.63

RGB Variations

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

Color information

#5E2209 (or 0x5E2209) is known color: Baker's Chocolate. HEX triplet: 5E, 22 and 09. RGB value is (94,34,9). Sum of RGB (Red+Green+Blue) = 94+34+9=137 (18% of max value = 765). Red value is 94 (37.11% from 255 or 68.61% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2209 is #A1DDF6. Grayscale: #313131. Windows color (decimal): -10608119 or 598622. OLE color: 598622.

HSL color Cylindrical-coordinate representation of color #5E2209: hue angle of 17.65º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E2209 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 34 9 -
CMYK 0 0.64 0.90 0.63
HSL 17.65º 0.83% 0.2% -
HSV(B) 17.65º 0.9% 0.37% -
XYZ 5.24 3.54 0.67 -
YUV 49.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 94 34 9 0 0.64 0.90 0.63 17.65 0.83 0.2
Hex 5E 22 9 0 40 5A 3F 12 53 14
Octal 136 42 11 0 100 132 77 22 123 24
Binary 1011110 100010 1001 0 1000000 1011010 111111 10010 1010011 10100

Color Harmonies of #5E2209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2209

Black with #5E2209

Text Example


Text Example

White with #5E2209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,34,9); }

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

background-color css

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

 a { background-color: rgb(94,34,9); }

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

border-color css

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

 span { border-color: rgb(94,34,9); }

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