Html Css Color HEX #382D24 Coffee Bean

📋 copy color: '#382D24'

red 56 ◦ green 45 ◦ blue 36

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

Shades of Coffee Bean #382D24

Tints of Coffee Bean #382D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.85%

 BLUE value IS 36 (14.45% from 255) = 26.28%

R = 40.88%
G = 32.85%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#382D24 (or 0x382D24) is known color: Coffee Bean. HEX triplet: 38, 2D and 24. RGB value is (56,45,36). Sum of RGB (Red+Green+Blue) = 56+45+36=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #382D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D24 is #C7D2DB. Grayscale: #2F2F2F. Windows color (decimal): -13095644 or 2370872. OLE color: 2370872.

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

Color convert

RGB 56 45 36 -
CMYK 0 0.20 0.36 0.78
HSL 27º 0.22% 0.18% -
HSV(B) 27º 0.36% 0.22% -
XYZ 2.89 2.84 2.07 -
YUV 47.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 56 45 36 0 0.20 0.36 0.78 27 0.22 0.18
Hex 38 2D 24 0 14 24 4E 1B 16 12
Octal 70 55 44 0 24 44 116 33 26 22
Binary 111000 101101 100100 0 10100 100100 1001110 11011 10110 10010

Color Harmonies of #382D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D24

Black with #382D24

Text Example


Text Example

White with #382D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,45,36); }

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

background-color css

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

 a { background-color: rgb(56,45,36); }

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

border-color css

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

 span { border-color: rgb(56,45,36); }

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