Html Css Color HEX #38312C Coffee Bean

📋 copy color: '#38312C'

red 56 ◦ green 49 ◦ blue 44

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

Shades of Coffee Bean #38312C

Tints of Coffee Bean #38312C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.89%

 BLUE value IS 44 (17.58% from 255) = 29.53%

R = 37.58%
G = 32.89%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#38312C (or 0x38312C) is known color: Coffee Bean. HEX triplet: 38, 31 and 2C. RGB value is (56,49,44). Sum of RGB (Red+Green+Blue) = 56+49+44=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #38312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38312C is #C7CED3. Grayscale: #323232. Windows color (decimal): -13094612 or 2896184. OLE color: 2896184.

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

Color convert

RGB 56 49 44 -
CMYK 0 0.12 0.21 0.78
HSL 25º 0.12% 0.2% -
HSV(B) 25º 0.21% 0.22% -
XYZ 3.18 3.22 2.84 -
YUV 50.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 56 49 44 0 0.12 0.21 0.78 25 0.12 0.2
Hex 38 31 2C 0 C 15 4E 19 C 14
Octal 70 61 54 0 14 25 116 31 14 24
Binary 111000 110001 101100 0 1100 10101 1001110 11001 1100 10100

Color Harmonies of #38312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38312C

Black with #38312C

Text Example


Text Example

White with #38312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38312C; }

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

 H1.HeaderClassName
 {
   color: #38312C;
 }
 .AnyTagClassName
 {
   color: #38312C;
 }
</style>

background-color css

<style>
 a { background-color: #38312C; }

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

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

border-color css

<style>
 span { border-color: #38312C; }

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

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