Html Css Color HEX #381D0F Brown Pod

📋 copy color: '#381D0F'

red 56 ◦ green 29 ◦ blue 15

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

Shades of Brown Pod #381D0F

Tints of Brown Pod #381D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15%

R = 56%
G = 29%
B = 15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#381D0F (or 0x381D0F) is known color: Brown Pod. HEX triplet: 38, 1D and 0F. RGB value is (56,29,15). Sum of RGB (Red+Green+Blue) = 56+29+15=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #381D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D0F is #C7E2F0. Grayscale: #232323. Windows color (decimal): -13099761 or 990520. OLE color: 990520.

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

Color convert

RGB 56 29 15 -
CMYK 0 0.48 0.73 0.78
HSL 20.49º 0.58% 0.14% -
HSV(B) 20.49º 0.73% 0.22% -
XYZ 2.16 1.75 0.68 -
YUV 35.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 56 29 15 0 0.48 0.73 0.78 20.49 0.58 0.14
Hex 38 1D F 0 30 49 4E 14 3A E
Octal 70 35 17 0 60 111 116 24 72 16
Binary 111000 11101 1111 0 110000 1001001 1001110 10100 111010 1110

Color Harmonies of #381D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D0F

Black with #381D0F

Text Example


Text Example

White with #381D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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