Html Css Color HEX #382E25 Coffee Bean

📋 copy color: '#382E25'

red 56 ◦ green 46 ◦ blue 37

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

Shades of Coffee Bean #382E25

Tints of Coffee Bean #382E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.62%

R = 40.29%
G = 33.09%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#382E25 (or 0x382E25) is known color: Coffee Bean. HEX triplet: 38, 2E and 25. RGB value is (56,46,37). Sum of RGB (Red+Green+Blue) = 56+46+37=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #382E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E25 is #C7D1DA. Grayscale: #303030. Windows color (decimal): -13095387 or 2436664. OLE color: 2436664.

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

Color convert

RGB 56 46 37 -
CMYK 0 0.18 0.34 0.78
HSL 28.42º 0.2% 0.18% -
HSV(B) 28.42º 0.34% 0.22% -
XYZ 2.94 2.93 2.16 -
YUV 47.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 56 46 37 0 0.18 0.34 0.78 28.42 0.2 0.18
Hex 38 2E 25 0 12 22 4E 1C 14 12
Octal 70 56 45 0 22 42 116 34 24 22
Binary 111000 101110 100101 0 10010 100010 1001110 11100 10100 10010

Color Harmonies of #382E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E25

Black with #382E25

Text Example


Text Example

White with #382E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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