Html Css Color HEX #381514 Seal Brown

📋 copy color: '#381514'

red 56 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #381514

Tints of Seal Brown #381514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 20.62%

R = 57.73%
G = 21.65%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#381514 (or 0x381514) is known color: Seal Brown. HEX triplet: 38, 15 and 14. RGB value is (56,21,20). Sum of RGB (Red+Green+Blue) = 56+21+20=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381514 is #C7EAEB. Grayscale: #1F1F1F. Windows color (decimal): -13101804 or 1316152. OLE color: 1316152.

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

Color convert

RGB 56 21 20 -
CMYK 0 0.63 0.64 0.78
HSL 1.67º 0.47% 0.15% -
HSV(B) 1.67º 0.64% 0.22% -
XYZ 2.03 1.43 0.83 -
YUV 31.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 56 21 20 0 0.63 0.64 0.78 1.67 0.47 0.15
Hex 38 15 14 0 3F 40 4E 2 2F F
Octal 70 25 24 0 77 100 116 2 57 17
Binary 111000 10101 10100 0 111111 1000000 1001110 10 101111 1111

Color Harmonies of #381514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381514

Black with #381514

Text Example


Text Example

White with #381514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381514; }

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

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

background-color css

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

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

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

border-color css

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

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

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