Html Css Color HEX #381C13 Brown Pod

📋 copy color: '#381C13'

red 56 ◦ green 28 ◦ blue 19

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

Shades of Brown Pod #381C13

Tints of Brown Pod #381C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.18%

 BLUE value IS 19 (7.81% from 255) = 18.45%

R = 54.37%
G = 27.18%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#381C13 (or 0x381C13) is known color: Brown Pod. HEX triplet: 38, 1C and 13. RGB value is (56,28,19). Sum of RGB (Red+Green+Blue) = 56+28+19=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C13 is #C7E3EC. Grayscale: #232323. Windows color (decimal): -13100013 or 1252408. OLE color: 1252408.

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

Color convert

RGB 56 28 19 -
CMYK 0 0.50 0.66 0.78
HSL 14.59º 0.49% 0.15% -
HSV(B) 14.59º 0.66% 0.22% -
XYZ 2.16 1.72 0.83 -
YUV 35.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 56 28 19 0 0.50 0.66 0.78 14.59 0.49 0.15
Hex 38 1C 13 0 32 42 4E F 31 F
Octal 70 34 23 0 62 102 116 17 61 17
Binary 111000 11100 10011 0 110010 1000010 1001110 1111 110001 1111

Color Harmonies of #381C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C13

Black with #381C13

Text Example


Text Example

White with #381C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,28,19); }

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

background-color css

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

 a { background-color: rgb(56,28,19); }

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

border-color css

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

 span { border-color: rgb(56,28,19); }

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