Html Css Color HEX #381D0B Brown Pod

📋 copy color: '#381D0B'

red 56 ◦ green 29 ◦ blue 11

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

Shades of Brown Pod #381D0B

Tints of Brown Pod #381D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.46%

R = 58.33%
G = 30.21%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#381D0B (or 0x381D0B) is known color: Brown Pod. HEX triplet: 38, 1D and 0B. RGB value is (56,29,11). Sum of RGB (Red+Green+Blue) = 56+29+11=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #381D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D0B is #C7E2F4. Grayscale: #232323. Windows color (decimal): -13099765 or 728376. OLE color: 728376.

HSL color Cylindrical-coordinate representation of color #381D0B: hue angle of 24º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381D0B is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 29 11 -
CMYK 0 0.48 0.80 0.78
HSL 24º 0.67% 0.13% -
HSV(B) 24º 0.8% 0.22% -
XYZ 2.13 1.74 0.54 -
YUV 35.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 56 29 11 0 0.48 0.80 0.78 24 0.67 0.13
Hex 38 1D B 0 30 50 4E 18 43 D
Octal 70 35 13 0 60 120 116 30 103 15
Binary 111000 11101 1011 0 110000 1010000 1001110 11000 1000011 1101

Color Harmonies of #381D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D0B

Black with #381D0B

Text Example


Text Example

White with #381D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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