Html Css Color HEX #382C22 Coffee Bean

📋 copy color: '#382C22'

red 56 ◦ green 44 ◦ blue 34

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

Shades of Coffee Bean #382C22

Tints of Coffee Bean #382C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.84%

 BLUE value IS 34 (13.67% from 255) = 25.37%

R = 41.79%
G = 32.84%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.78

RGB Variations

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

Color information

#382C22 (or 0x382C22) is known color: Coffee Bean. HEX triplet: 38, 2C and 22. RGB value is (56,44,34). Sum of RGB (Red+Green+Blue) = 56+44+34=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #382C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C22 is #C7D3DD. Grayscale: #2E2E2E. Windows color (decimal): -13095902 or 2239544. OLE color: 2239544.

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

Color convert

RGB 56 44 34 -
CMYK 0 0.21 0.39 0.78
HSL 27.27º 0.24% 0.18% -
HSV(B) 27.27º 0.39% 0.22% -
XYZ 2.82 2.76 1.9 -
YUV 46.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 56 44 34 0 0.21 0.39 0.78 27.27 0.24 0.18
Hex 38 2C 22 0 15 27 4E 1B 18 12
Octal 70 54 42 0 25 47 116 33 30 22
Binary 111000 101100 100010 0 10101 100111 1001110 11011 11000 10010

Color Harmonies of #382C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C22

Black with #382C22

Text Example


Text Example

White with #382C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,44,34); }

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

background-color css

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

 a { background-color: rgb(56,44,34); }

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

border-color css

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

 span { border-color: rgb(56,44,34); }

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