Html Css Color HEX #381D10 Brown Pod

📋 copy color: '#381D10'

red 56 ◦ green 29 ◦ blue 16

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

Shades of Brown Pod #381D10

Tints of Brown Pod #381D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.71%

 BLUE value IS 16 (6.64% from 255) = 15.84%

R = 55.45%
G = 28.71%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#381D10 (or 0x381D10) is known color: Brown Pod. HEX triplet: 38, 1D and 10. RGB value is (56,29,16). Sum of RGB (Red+Green+Blue) = 56+29+16=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #381D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D10 is #C7E2EF. Grayscale: #232323. Windows color (decimal): -13099760 or 1056056. OLE color: 1056056.

HSL color Cylindrical-coordinate representation of color #381D10: hue angle of 19.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381D10 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 29 16 -
CMYK 0 0.48 0.71 0.78
HSL 19.5º 0.56% 0.14% -
HSV(B) 19.5º 0.71% 0.22% -
XYZ 2.16 1.76 0.72 -
YUV 35.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 56 29 16 0 0.48 0.71 0.78 19.5 0.56 0.14
Hex 38 1D 10 0 30 47 4E 14 38 E
Octal 70 35 20 0 60 107 116 24 70 16
Binary 111000 11101 10000 0 110000 1000111 1001110 10100 111000 1110

Color Harmonies of #381D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D10

Black with #381D10

Text Example


Text Example

White with #381D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,29,16); }

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

background-color css

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

 a { background-color: rgb(56,29,16); }

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

border-color css

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

 span { border-color: rgb(56,29,16); }

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