Html Css Color HEX #381E15 Brown Pod

📋 copy color: '#381E15'

red 56 ◦ green 30 ◦ blue 21

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

Shades of Brown Pod #381E15

Tints of Brown Pod #381E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.04%

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

R = 52.34%
G = 28.04%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#381E15 (or 0x381E15) is known color: Brown Pod. HEX triplet: 38, 1E and 15. RGB value is (56,30,21). Sum of RGB (Red+Green+Blue) = 56+30+21=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #381E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E15 is #C7E1EA. Grayscale: #242424. Windows color (decimal): -13099499 or 1383992. OLE color: 1383992.

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

Color convert

RGB 56 30 21 -
CMYK 0 0.46 0.63 0.78
HSL 15.43º 0.45% 0.15% -
HSV(B) 15.43º 0.63% 0.22% -
XYZ 2.23 1.82 0.94 -
YUV 36.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 56 30 21 0 0.46 0.63 0.78 15.43 0.45 0.15
Hex 38 1E 15 0 2E 3F 4E F 2D F
Octal 70 36 25 0 56 77 116 17 55 17
Binary 111000 11110 10101 0 101110 111111 1001110 1111 101101 1111

Color Harmonies of #381E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E15

Black with #381E15

Text Example


Text Example

White with #381E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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