Html Css Color HEX #382E26 Coffee Bean

📋 copy color: '#382E26'

red 56 ◦ green 46 ◦ blue 38

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

Shades of Coffee Bean #382E26

Tints of Coffee Bean #382E26

RGB

 RED value IS 56 (22.27% from 255) = 40%

 GREEN value IS 46 (18.36% from 255) = 32.86%

 BLUE value IS 38 (15.23% from 255) = 27.14%

R = 40%
G = 32.86%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#382E26 (or 0x382E26) is known color: Coffee Bean. HEX triplet: 38, 2E and 26. RGB value is (56,46,38). Sum of RGB (Red+Green+Blue) = 56+46+38=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #382E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E26 is #C7D1D9. Grayscale: #303030. Windows color (decimal): -13095386 or 2502200. OLE color: 2502200.

HSL color Cylindrical-coordinate representation of color #382E26: hue angle of 26.67º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #382E26 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 46 38 -
CMYK 0 0.18 0.32 0.78
HSL 26.67º 0.19% 0.18% -
HSV(B) 26.67º 0.32% 0.22% -
XYZ 2.96 2.93 2.24 -
YUV 48.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 56 46 38 0 0.18 0.32 0.78 26.67 0.19 0.18
Hex 38 2E 26 0 12 20 4E 1B 13 12
Octal 70 56 46 0 22 40 116 33 23 22
Binary 111000 101110 100110 0 10010 100000 1001110 11011 10011 10010

Color Harmonies of #382E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E26

Black with #382E26

Text Example


Text Example

White with #382E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382E26; }

 p { color: rgb(56,46,38); }

 H1.HeaderClassName
 {
   color: #382E26;
 }
 .AnyTagClassName
 {
   color: #382E26;
 }
</style>

background-color css

<style>
 a { background-color: #382E26; }

 a { background-color: rgb(56,46,38); }

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

border-color css

<style>
 span { border-color: #382E26; }

 span { border-color: rgb(56,46,38); }

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