Html Css Color HEX #381A15 Seal Brown

📋 copy color: '#381A15'

red 56 ◦ green 26 ◦ blue 21

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

Shades of Seal Brown #381A15

Tints of Seal Brown #381A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.39%

R = 54.37%
G = 25.24%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#381A15 (or 0x381A15) is known color: Seal Brown. HEX triplet: 38, 1A and 15. RGB value is (56,26,21). Sum of RGB (Red+Green+Blue) = 56+26+21=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A15 is #C7E5EA. Grayscale: #222222. Windows color (decimal): -13100523 or 1382968. OLE color: 1382968.

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

Color convert

RGB 56 26 21 -
CMYK 0 0.54 0.63 0.78
HSL 8.57º 0.45% 0.15% -
HSV(B) 8.57º 0.63% 0.22% -
XYZ 2.14 1.63 0.91 -
YUV 34.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 56 26 21 0 0.54 0.63 0.78 8.57 0.45 0.15
Hex 38 1A 15 0 36 3F 4E 9 2D F
Octal 70 32 25 0 66 77 116 11 55 17
Binary 111000 11010 10101 0 110110 111111 1001110 1001 101101 1111

Color Harmonies of #381A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A15

Black with #381A15

Text Example


Text Example

White with #381A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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