Html Css Color HEX #381815 Seal Brown

📋 copy color: '#381815'

red 56 ◦ green 24 ◦ blue 21

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

Shades of Seal Brown #381815

Tints of Seal Brown #381815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.76%

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

R = 55.45%
G = 23.76%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#381815 (or 0x381815) is known color: Seal Brown. HEX triplet: 38, 18 and 15. RGB value is (56,24,21). Sum of RGB (Red+Green+Blue) = 56+24+21=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #381815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381815 is #C7E7EA. Grayscale: #212121. Windows color (decimal): -13101035 or 1382456. OLE color: 1382456.

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

Color convert

RGB 56 24 21 -
CMYK 0 0.57 0.63 0.78
HSL 5.14º 0.45% 0.15% -
HSV(B) 5.14º 0.63% 0.22% -
XYZ 2.09 1.55 0.9 -
YUV 33.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 56 24 21 0 0.57 0.63 0.78 5.14 0.45 0.15
Hex 38 18 15 0 39 3F 4E 5 2D F
Octal 70 30 25 0 71 77 116 5 55 17
Binary 111000 11000 10101 0 111001 111111 1001110 101 101101 1111

Color Harmonies of #381815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381815

Black with #381815

Text Example


Text Example

White with #381815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381815; }

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

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

background-color css

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

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

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

border-color css

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

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

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