Html Css Color HEX #381A16 Seal Brown

📋 copy color: '#381A16'

red 56 ◦ green 26 ◦ blue 22

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

Shades of Seal Brown #381A16

Tints of Seal Brown #381A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 21.15%

R = 53.85%
G = 25%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#381A16 (or 0x381A16) is known color: Seal Brown. HEX triplet: 38, 1A and 16. RGB value is (56,26,22). Sum of RGB (Red+Green+Blue) = 56+26+22=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A16 is #C7E5E9. Grayscale: #222222. Windows color (decimal): -13100522 or 1448504. OLE color: 1448504.

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

Color convert

RGB 56 26 22 -
CMYK 0 0.54 0.61 0.78
HSL 7.06º 0.44% 0.15% -
HSV(B) 7.06º 0.61% 0.22% -
XYZ 2.15 1.64 0.96 -
YUV 34.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 56 26 22 0 0.54 0.61 0.78 7.06 0.44 0.15
Hex 38 1A 16 0 36 3D 4E 7 2C F
Octal 70 32 26 0 66 75 116 7 54 17
Binary 111000 11010 10110 0 110110 111101 1001110 111 101100 1111

Color Harmonies of #381A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A16

Black with #381A16

Text Example


Text Example

White with #381A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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