Html Css Color HEX #5E341B Baker's Chocolate

📋 copy color: '#5E341B'

red 94 ◦ green 52 ◦ blue 27

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

Shades of Baker's Chocolate #5E341B

Tints of Baker's Chocolate #5E341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 54.34%
G = 30.06%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.63

RGB Variations

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

Color information

#5E341B (or 0x5E341B) is known color: Baker's Chocolate. HEX triplet: 5E, 34 and 1B. RGB value is (94,52,27). Sum of RGB (Red+Green+Blue) = 94+52+27=173 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.34% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 94 - color contains mainly: red. Hex color #5E341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E341B is #A1CBE4. Grayscale: #3D3D3D. Windows color (decimal): -10603493 or 1782878. OLE color: 1782878.

HSL color Cylindrical-coordinate representation of color #5E341B: hue angle of 22.39º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E341B is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 52 27 -
CMYK 0 0.45 0.71 0.63
HSL 22.39º 0.55% 0.24% -
HSV(B) 22.39º 0.71% 0.37% -
XYZ 6.04 4.91 1.67 -
YUV 61.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 94 52 27 0 0.45 0.71 0.63 22.39 0.55 0.24
Hex 5E 34 1B 0 2D 47 3F 16 37 18
Octal 136 64 33 0 55 107 77 26 67 30
Binary 1011110 110100 11011 0 101101 1000111 111111 10110 110111 11000

Color Harmonies of #5E341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E341B

Black with #5E341B

Text Example


Text Example

White with #5E341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,52,27); }

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

background-color css

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

 a { background-color: rgb(94,52,27); }

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

border-color css

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

 span { border-color: rgb(94,52,27); }

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