Html Css Color HEX #381613 Seal Brown

📋 copy color: '#381613'

red 56 ◦ green 22 ◦ blue 19

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

Shades of Seal Brown #381613

Tints of Seal Brown #381613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.68%

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

R = 57.73%
G = 22.68%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#381613 (or 0x381613) is known color: Seal Brown. HEX triplet: 38, 16 and 13. RGB value is (56,22,19). Sum of RGB (Red+Green+Blue) = 56+22+19=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381613 is #C7E9EC. Grayscale: #1F1F1F. Windows color (decimal): -13101549 or 1250872. OLE color: 1250872.

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

Color convert

RGB 56 22 19 -
CMYK 0 0.61 0.66 0.78
HSL 4.86º 0.49% 0.15% -
HSV(B) 4.86º 0.66% 0.22% -
XYZ 2.04 1.46 0.79 -
YUV 31.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 56 22 19 0 0.61 0.66 0.78 4.86 0.49 0.15
Hex 38 16 13 0 3D 42 4E 5 31 F
Octal 70 26 23 0 75 102 116 5 61 17
Binary 111000 10110 10011 0 111101 1000010 1001110 101 110001 1111

Color Harmonies of #381613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381613

Black with #381613

Text Example


Text Example

White with #381613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381613; }

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

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

background-color css

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

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

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

border-color css

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

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

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