Html Css Color HEX #382215 Brown Pod

📋 copy color: '#382215'

red 56 ◦ green 34 ◦ blue 21

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

Shades of Brown Pod #382215

Tints of Brown Pod #382215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.63%

 BLUE value IS 21 (8.59% from 255) = 18.92%

R = 50.45%
G = 30.63%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#382215 (or 0x382215) is known color: Brown Pod. HEX triplet: 38, 22 and 15. RGB value is (56,34,21). Sum of RGB (Red+Green+Blue) = 56+34+21=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #382215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382215 is #C7DDEA. Grayscale: #272727. Windows color (decimal): -13098475 or 1385016. OLE color: 1385016.

HSL color Cylindrical-coordinate representation of color #382215: hue angle of 22.29º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382215 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 34 21 -
CMYK 0 0.39 0.63 0.78
HSL 22.29º 0.45% 0.15% -
HSV(B) 22.29º 0.63% 0.22% -
XYZ 2.34 2.04 0.98 -
YUV 39.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 56 34 21 0 0.39 0.63 0.78 22.29 0.45 0.15
Hex 38 22 15 0 27 3F 4E 16 2D F
Octal 70 42 25 0 47 77 116 26 55 17
Binary 111000 100010 10101 0 100111 111111 1001110 10110 101101 1111

Color Harmonies of #382215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382215

Black with #382215

Text Example


Text Example

White with #382215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382215; }

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

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

background-color css

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

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

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

border-color css

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

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

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