Html Css Color HEX #381A11 Brown Pod

📋 copy color: '#381A11'

red 56 ◦ green 26 ◦ blue 17

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

Shades of Brown Pod #381A11

Tints of Brown Pod #381A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 17.17%

R = 56.57%
G = 26.26%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#381A11 (or 0x381A11) is known color: Brown Pod. HEX triplet: 38, 1A and 11. RGB value is (56,26,17). Sum of RGB (Red+Green+Blue) = 56+26+17=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #381A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A11 is #C7E5EE. Grayscale: #222222. Windows color (decimal): -13100527 or 1120824. OLE color: 1120824.

HSL color Cylindrical-coordinate representation of color #381A11: hue angle of 13.85º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381A11 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 26 17 -
CMYK 0 0.54 0.70 0.78
HSL 13.85º 0.53% 0.14% -
HSV(B) 13.85º 0.7% 0.22% -
XYZ 2.1 1.62 0.73 -
YUV 33.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 56 26 17 0 0.54 0.70 0.78 13.85 0.53 0.14
Hex 38 1A 11 0 36 46 4E E 35 E
Octal 70 32 21 0 66 106 116 16 65 16
Binary 111000 11010 10001 0 110110 1000110 1001110 1110 110101 1110

Color Harmonies of #381A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A11

Black with #381A11

Text Example


Text Example

White with #381A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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