Html Css Color HEX #382C23 Coffee Bean

📋 copy color: '#382C23'

red 56 ◦ green 44 ◦ blue 35

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

Shades of Coffee Bean #382C23

Tints of Coffee Bean #382C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.93%

R = 41.48%
G = 32.59%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#382C23 (or 0x382C23) is known color: Coffee Bean. HEX triplet: 38, 2C and 23. RGB value is (56,44,35). Sum of RGB (Red+Green+Blue) = 56+44+35=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #382C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C23 is #C7D3DC. Grayscale: #2E2E2E. Windows color (decimal): -13095901 or 2305080. OLE color: 2305080.

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

Color convert

RGB 56 44 35 -
CMYK 0 0.21 0.37 0.78
HSL 25.71º 0.23% 0.18% -
HSV(B) 25.71º 0.38% 0.22% -
XYZ 2.83 2.76 1.97 -
YUV 46.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 56 44 35 0 0.21 0.37 0.78 25.71 0.23 0.18
Hex 38 2C 23 0 15 25 4E 1A 17 12
Octal 70 54 43 0 25 45 116 32 27 22
Binary 111000 101100 100011 0 10101 100101 1001110 11010 10111 10010

Color Harmonies of #382C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C23

Black with #382C23

Text Example


Text Example

White with #382C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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