Html Css Color HEX #381D11 Brown Pod

📋 copy color: '#381D11'

red 56 ◦ green 29 ◦ blue 17

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

Shades of Brown Pod #381D11

Tints of Brown Pod #381D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.67%

R = 54.9%
G = 28.43%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#381D11 (or 0x381D11) is known color: Brown Pod. HEX triplet: 38, 1D and 11. RGB value is (56,29,17). Sum of RGB (Red+Green+Blue) = 56+29+17=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #381D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D11 is #C7E2EE. Grayscale: #232323. Windows color (decimal): -13099759 or 1121592. OLE color: 1121592.

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

Color convert

RGB 56 29 17 -
CMYK 0 0.48 0.70 0.78
HSL 18.46º 0.53% 0.14% -
HSV(B) 18.46º 0.7% 0.22% -
XYZ 2.17 1.76 0.76 -
YUV 35.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 56 29 17 0 0.48 0.70 0.78 18.46 0.53 0.14
Hex 38 1D 11 0 30 46 4E 12 35 E
Octal 70 35 21 0 60 106 116 22 65 16
Binary 111000 11101 10001 0 110000 1000110 1001110 10010 110101 1110

Color Harmonies of #381D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D11

Black with #381D11

Text Example


Text Example

White with #381D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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