Html Css Color HEX #381D0D Brown Pod

📋 copy color: '#381D0D'

red 56 ◦ green 29 ◦ blue 13

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

Shades of Brown Pod #381D0D

Tints of Brown Pod #381D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.27%

R = 57.14%
G = 29.59%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#381D0D (or 0x381D0D) is known color: Brown Pod. HEX triplet: 38, 1D and 0D. RGB value is (56,29,13). Sum of RGB (Red+Green+Blue) = 56+29+13=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D0D is #C7E2F2. Grayscale: #232323. Windows color (decimal): -13099763 or 859448. OLE color: 859448.

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

Color convert

RGB 56 29 13 -
CMYK 0 0.48 0.77 0.78
HSL 22.33º 0.62% 0.14% -
HSV(B) 22.33º 0.77% 0.22% -
XYZ 2.14 1.75 0.61 -
YUV 35.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 56 29 13 0 0.48 0.77 0.78 22.33 0.62 0.14
Hex 38 1D D 0 30 4D 4E 16 3E E
Octal 70 35 15 0 60 115 116 26 76 16
Binary 111000 11101 1101 0 110000 1001101 1001110 10110 111110 1110

Color Harmonies of #381D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D0D

Black with #381D0D

Text Example


Text Example

White with #381D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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