Html Css Color HEX #5E331E Baker's Chocolate

📋 copy color: '#5E331E'

red 94 ◦ green 51 ◦ blue 30

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

Shades of Baker's Chocolate #5E331E

Tints of Baker's Chocolate #5E331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 53.71%
G = 29.14%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5E331E (or 0x5E331E) is known color: Baker's Chocolate. HEX triplet: 5E, 33 and 1E. RGB value is (94,51,30). Sum of RGB (Red+Green+Blue) = 94+51+30=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E331E is #A1CCE1. Grayscale: #3D3D3D. Windows color (decimal): -10603746 or 1979230. OLE color: 1979230.

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

Color convert

RGB 94 51 30 -
CMYK 0 0.46 0.68 0.63
HSL 19.69º 0.52% 0.24% -
HSV(B) 19.69º 0.68% 0.37% -
XYZ 6.03 4.84 1.84 -
YUV 61.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 94 51 30 0 0.46 0.68 0.63 19.69 0.52 0.24
Hex 5E 33 1E 0 2E 44 3F 14 34 18
Octal 136 63 36 0 56 104 77 24 64 30
Binary 1011110 110011 11110 0 101110 1000100 111111 10100 110100 11000

Color Harmonies of #5E331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E331E

Black with #5E331E

Text Example


Text Example

White with #5E331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,51,30); }

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

background-color css

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

 a { background-color: rgb(94,51,30); }

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

border-color css

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

 span { border-color: rgb(94,51,30); }

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