Html Css Color HEX #381515 Seal Brown

📋 copy color: '#381515'

red 56 ◦ green 21 ◦ blue 21

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

Shades of Seal Brown #381515

Tints of Seal Brown #381515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.43%

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

R = 57.14%
G = 21.43%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#381515 (or 0x381515) is known color: Seal Brown. HEX triplet: 38, 15 and 15. RGB value is (56,21,21). Sum of RGB (Red+Green+Blue) = 56+21+21=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381515 is #C7EAEA. Grayscale: #1F1F1F. Windows color (decimal): -13101803 or 1381688. OLE color: 1381688.

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

Color convert

RGB 56 21 21 -
CMYK 0 0.63 0.63 0.78
HSL 0.45% 0.15% -
HSV(B) 0.63% 0.22% -
XYZ 2.03 1.43 0.88 -
YUV 31.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 56 21 21 0 0.63 0.63 0.78 0 0.45 0.15
Hex 38 15 15 0 3F 3F 4E 0 2D F
Octal 70 25 25 0 77 77 116 0 55 17
Binary 111000 10101 10101 0 111111 111111 1001110 0 101101 1111

Color Harmonies of #381515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381515

Black with #381515

Text Example


Text Example

White with #381515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381515; }

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

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

background-color css

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

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

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

border-color css

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

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

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