Html Css Color HEX #382F28 Coffee Bean

📋 copy color: '#382F28'

red 56 ◦ green 47 ◦ blue 40

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

Shades of Coffee Bean #382F28

Tints of Coffee Bean #382F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.87%

 BLUE value IS 40 (16.02% from 255) = 27.97%

R = 39.16%
G = 32.87%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#382F28 (or 0x382F28) is known color: Coffee Bean. HEX triplet: 38, 2F and 28. RGB value is (56,47,40). Sum of RGB (Red+Green+Blue) = 56+47+40=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #382F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F28 is #C7D0D7. Grayscale: #303030. Windows color (decimal): -13095128 or 2633528. OLE color: 2633528.

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

Color convert

RGB 56 47 40 -
CMYK 0 0.16 0.29 0.78
HSL 26.25º 0.17% 0.19% -
HSV(B) 26.25º 0.29% 0.22% -
XYZ 3.03 3.03 2.43 -
YUV 48.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 56 47 40 0 0.16 0.29 0.78 26.25 0.17 0.19
Hex 38 2F 28 0 10 1D 4E 1A 11 13
Octal 70 57 50 0 20 35 116 32 21 23
Binary 111000 101111 101000 0 10000 11101 1001110 11010 10001 10011

Color Harmonies of #382F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F28

Black with #382F28

Text Example


Text Example

White with #382F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,47,40); }

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

background-color css

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

 a { background-color: rgb(56,47,40); }

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

border-color css

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

 span { border-color: rgb(56,47,40); }

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