Html Css Color HEX #382720 Brown Pod

📋 copy color: '#382720'

red 56 ◦ green 39 ◦ blue 32

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

Shades of Brown Pod #382720

Tints of Brown Pod #382720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.71%

 BLUE value IS 32 (12.89% from 255) = 25.2%

R = 44.09%
G = 30.71%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#382720 (or 0x382720) is known color: Brown Pod. HEX triplet: 38, 27 and 20. RGB value is (56,39,32). Sum of RGB (Red+Green+Blue) = 56+39+32=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #382720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382720 is #C7D8DF. Grayscale: #2B2B2B. Windows color (decimal): -13097184 or 2107192. OLE color: 2107192.

HSL color Cylindrical-coordinate representation of color #382720: hue angle of 17.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382720 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 39 32 -
CMYK 0 0.30 0.43 0.78
HSL 17.5º 0.27% 0.17% -
HSV(B) 17.5º 0.43% 0.22% -
XYZ 2.62 2.4 1.69 -
YUV 43.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 56 39 32 0 0.30 0.43 0.78 17.5 0.27 0.17
Hex 38 27 20 0 1E 2B 4E 12 1B 11
Octal 70 47 40 0 36 53 116 22 33 21
Binary 111000 100111 100000 0 11110 101011 1001110 10010 11011 10001

Color Harmonies of #382720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382720

Black with #382720

Text Example


Text Example

White with #382720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382720; }

 p { color: rgb(56,39,32); }

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

background-color css

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

 a { background-color: rgb(56,39,32); }

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

border-color css

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

 span { border-color: rgb(56,39,32); }

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