Html Css Color HEX #381D16 Brown Pod

📋 copy color: '#381D16'

red 56 ◦ green 29 ◦ blue 22

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

Shades of Brown Pod #381D16

Tints of Brown Pod #381D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.56%

R = 52.34%
G = 27.1%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#381D16 (or 0x381D16) is known color: Brown Pod. HEX triplet: 38, 1D and 16. RGB value is (56,29,22). Sum of RGB (Red+Green+Blue) = 56+29+22=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #381D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D16 is #C7E2E9. Grayscale: #242424. Windows color (decimal): -13099754 or 1449272. OLE color: 1449272.

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

Color convert

RGB 56 29 22 -
CMYK 0 0.48 0.61 0.78
HSL 12.35º 0.44% 0.15% -
HSV(B) 12.35º 0.61% 0.22% -
XYZ 2.22 1.78 0.99 -
YUV 36.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 56 29 22 0 0.48 0.61 0.78 12.35 0.44 0.15
Hex 38 1D 16 0 30 3D 4E C 2C F
Octal 70 35 26 0 60 75 116 14 54 17
Binary 111000 11101 10110 0 110000 111101 1001110 1100 101100 1111

Color Harmonies of #381D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D16

Black with #381D16

Text Example


Text Example

White with #381D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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