Html Css Color HEX #382115 Brown Pod

📋 copy color: '#382115'

red 56 ◦ green 33 ◦ blue 21

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

Shades of Brown Pod #382115

Tints of Brown Pod #382115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30%

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

R = 50.91%
G = 30%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#382115 (or 0x382115) is known color: Brown Pod. HEX triplet: 38, 21 and 15. RGB value is (56,33,21). Sum of RGB (Red+Green+Blue) = 56+33+21=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #382115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382115 is #C7DEEA. Grayscale: #262626. Windows color (decimal): -13098731 or 1384760. OLE color: 1384760.

HSL color Cylindrical-coordinate representation of color #382115: hue angle of 20.57º 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 #382115 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 33 21 -
CMYK 0 0.41 0.63 0.78
HSL 20.57º 0.45% 0.15% -
HSV(B) 20.57º 0.63% 0.22% -
XYZ 2.31 1.98 0.97 -
YUV 38.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 56 33 21 0 0.41 0.63 0.78 20.57 0.45 0.15
Hex 38 21 15 0 29 3F 4E 15 2D F
Octal 70 41 25 0 51 77 116 25 55 17
Binary 111000 100001 10101 0 101001 111111 1001110 10101 101101 1111

Color Harmonies of #382115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382115

Black with #382115

Text Example


Text Example

White with #382115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382115; }

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

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

background-color css

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

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

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

border-color css

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

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

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