Html Css Color HEX #381413 Seal Brown

📋 copy color: '#381413'

red 56 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #381413

Tints of Seal Brown #381413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.05%

 BLUE value IS 19 (7.81% from 255) = 20%

R = 58.95%
G = 21.05%
B = 20%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#381413 (or 0x381413) is known color: Seal Brown. HEX triplet: 38, 14 and 13. RGB value is (56,20,19). Sum of RGB (Red+Green+Blue) = 56+20+19=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #381413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381413 is #C7EBEC. Grayscale: #1E1E1E. Windows color (decimal): -13102061 or 1250360. OLE color: 1250360.

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

Color convert

RGB 56 20 19 -
CMYK 0 0.64 0.66 0.78
HSL 1.62º 0.49% 0.15% -
HSV(B) 1.62º 0.66% 0.22% -
XYZ 2 1.39 0.78 -
YUV 30.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 56 20 19 0 0.64 0.66 0.78 1.62 0.49 0.15
Hex 38 14 13 0 40 42 4E 2 31 F
Octal 70 24 23 0 100 102 116 2 61 17
Binary 111000 10100 10011 0 1000000 1000010 1001110 10 110001 1111

Color Harmonies of #381413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381413

Black with #381413

Text Example


Text Example

White with #381413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381413; }

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

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

background-color css

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

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

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

border-color css

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

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

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