Html Css Color HEX #5E2308 Baker's Chocolate

📋 copy color: '#5E2308'

red 94 ◦ green 35 ◦ blue 8

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

Shades of Baker's Chocolate #5E2308

Tints of Baker's Chocolate #5E2308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.55%

 BLUE value IS 8 (3.52% from 255) = 5.84%

R = 68.61%
G = 25.55%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.63

RGB Variations

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

Color information

#5E2308 (or 0x5E2308) is known color: Baker's Chocolate. HEX triplet: 5E, 23 and 08. RGB value is (94,35,8). Sum of RGB (Red+Green+Blue) = 94+35+8=137 (18% of max value = 765). Red value is 94 (37.11% from 255 or 68.61% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2308 is #A1DCF7. Grayscale: #313131. Windows color (decimal): -10607864 or 533342. OLE color: 533342.

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

Color convert

RGB 94 35 8 -
CMYK 0 0.63 0.91 0.63
HSL 18.84º 0.84% 0.2% -
HSV(B) 18.84º 0.91% 0.37% -
XYZ 5.26 3.6 0.65 -
YUV 49.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 94 35 8 0 0.63 0.91 0.63 18.84 0.84 0.2
Hex 5E 23 8 0 3F 5B 3F 13 54 14
Octal 136 43 10 0 77 133 77 23 124 24
Binary 1011110 100011 1000 0 111111 1011011 111111 10011 1010100 10100

Color Harmonies of #5E2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2308

Black with #5E2308

Text Example


Text Example

White with #5E2308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,35,8); }

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

background-color css

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

 a { background-color: rgb(94,35,8); }

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

border-color css

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

 span { border-color: rgb(94,35,8); }

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