Html Css Color HEX #381D18 Brown Pod

📋 copy color: '#381D18'

red 56 ◦ green 29 ◦ blue 24

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

Shades of Brown Pod #381D18

Tints of Brown Pod #381D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.02%

R = 51.38%
G = 26.61%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#381D18 (or 0x381D18) is known color: Brown Pod. HEX triplet: 38, 1D and 18. RGB value is (56,29,24). Sum of RGB (Red+Green+Blue) = 56+29+24=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #381D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D18 is #C7E2E7. Grayscale: #242424. Windows color (decimal): -13099752 or 1580344. OLE color: 1580344.

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

Color convert

RGB 56 29 24 -
CMYK 0 0.48 0.57 0.78
HSL 9.38º 0.4% 0.16% -
HSV(B) 9.38º 0.57% 0.22% -
XYZ 2.24 1.79 1.09 -
YUV 36.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 56 29 24 0 0.48 0.57 0.78 9.38 0.4 0.16
Hex 38 1D 18 0 30 39 4E 9 28 10
Octal 70 35 30 0 60 71 116 11 50 20
Binary 111000 11101 11000 0 110000 111001 1001110 1001 101000 10000

Color Harmonies of #381D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D18

Black with #381D18

Text Example


Text Example

White with #381D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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