Html Css Color HEX #382D25 Coffee Bean

📋 copy color: '#382D25'

red 56 ◦ green 45 ◦ blue 37

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

Shades of Coffee Bean #382D25

Tints of Coffee Bean #382D25

RGB

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

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

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

R = 40.58%
G = 32.61%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#382D25 (or 0x382D25) is known color: Coffee Bean. HEX triplet: 38, 2D and 25. RGB value is (56,45,37). Sum of RGB (Red+Green+Blue) = 56+45+37=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #382D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D25 is #C7D2DA. Grayscale: #2F2F2F. Windows color (decimal): -13095643 or 2436408. OLE color: 2436408.

HSL color Cylindrical-coordinate representation of color #382D25: hue angle of 25.26º 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 #382D25 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 45 37 -
CMYK 0 0.20 0.34 0.78
HSL 25.26º 0.2% 0.18% -
HSV(B) 25.26º 0.34% 0.22% -
XYZ 2.9 2.85 2.15 -
YUV 47.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 56 45 37 0 0.20 0.34 0.78 25.26 0.2 0.18
Hex 38 2D 25 0 14 22 4E 19 14 12
Octal 70 55 45 0 24 42 116 31 24 22
Binary 111000 101101 100101 0 10100 100010 1001110 11001 10100 10010

Color Harmonies of #382D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D25

Black with #382D25

Text Example


Text Example

White with #382D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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