Html Css Color HEX #5E380F Baker's Chocolate

📋 copy color: '#5E380F'

red 94 ◦ green 56 ◦ blue 15

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

Shades of Baker's Chocolate #5E380F

Tints of Baker's Chocolate #5E380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.94%

 BLUE value IS 15 (6.25% from 255) = 9.09%

R = 56.97%
G = 33.94%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#5E380F (or 0x5E380F) is known color: Baker's Chocolate. HEX triplet: 5E, 38 and 0F. RGB value is (94,56,15). Sum of RGB (Red+Green+Blue) = 94+56+15=165 (21% of max value = 765). Red value is 94 (37.11% from 255 or 56.97% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 94 - color contains mainly: red. Hex color #5E380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E380F is #A1C7F0. Grayscale: #3E3E3E. Windows color (decimal): -10602481 or 997470. OLE color: 997470.

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

Color convert

RGB 94 56 15 -
CMYK 0 0.40 0.84 0.63
HSL 31.14º 0.72% 0.21% -
HSV(B) 31.14º 0.84% 0.37% -
XYZ 6.12 5.24 1.14 -
YUV 62.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 94 56 15 0 0.40 0.84 0.63 31.14 0.72 0.21
Hex 5E 38 F 0 28 54 3F 1F 48 15
Octal 136 70 17 0 50 124 77 37 110 25
Binary 1011110 111000 1111 0 101000 1010100 111111 11111 1001000 10101

Color Harmonies of #5E380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E380F

Black with #5E380F

Text Example


Text Example

White with #5E380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,56,15); }

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

background-color css

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

 a { background-color: rgb(94,56,15); }

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

border-color css

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

 span { border-color: rgb(94,56,15); }

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