Html Css Color HEX #381A13 Brown Pod

📋 copy color: '#381A13'

red 56 ◦ green 26 ◦ blue 19

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

Shades of Brown Pod #381A13

Tints of Brown Pod #381A13

RGB

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

 GREEN value IS 26 (10.55% from 255) = 25.74%

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

R = 55.45%
G = 25.74%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#381A13 (or 0x381A13) is known color: Brown Pod. HEX triplet: 38, 1A and 13. RGB value is (56,26,19). Sum of RGB (Red+Green+Blue) = 56+26+19=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #381A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A13 is #C7E5EC. Grayscale: #222222. Windows color (decimal): -13100525 or 1251896. OLE color: 1251896.

HSL color Cylindrical-coordinate representation of color #381A13: hue angle of 11.35º 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 #381A13 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 26 19 -
CMYK 0 0.54 0.66 0.78
HSL 11.35º 0.49% 0.15% -
HSV(B) 11.35º 0.66% 0.22% -
XYZ 2.12 1.63 0.82 -
YUV 34.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 56 26 19 0 0.54 0.66 0.78 11.35 0.49 0.15
Hex 38 1A 13 0 36 42 4E B 31 F
Octal 70 32 23 0 66 102 116 13 61 17
Binary 111000 11010 10011 0 110110 1000010 1001110 1011 110001 1111

Color Harmonies of #381A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A13

Black with #381A13

Text Example


Text Example

White with #381A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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