Html Css Color HEX #381310 Seal Brown

📋 copy color: '#381310'

red 56 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #381310

Tints of Seal Brown #381310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.88%

 BLUE value IS 16 (6.64% from 255) = 17.58%

R = 61.54%
G = 20.88%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#381310 (or 0x381310) is known color: Seal Brown. HEX triplet: 38, 13 and 10. RGB value is (56,19,16). Sum of RGB (Red+Green+Blue) = 56+19+16=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #381310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381310 is #C7ECEF. Grayscale: #1D1D1D. Windows color (decimal): -13102320 or 1053496. OLE color: 1053496.

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

Color convert

RGB 56 19 16 -
CMYK 0 0.66 0.71 0.78
HSL 4.5º 0.56% 0.14% -
HSV(B) 4.5º 0.71% 0.22% -
XYZ 1.96 1.34 0.65 -
YUV 29.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 56 19 16 0 0.66 0.71 0.78 4.5 0.56 0.14
Hex 38 13 10 0 42 47 4E 4 38 E
Octal 70 23 20 0 102 107 116 4 70 16
Binary 111000 10011 10000 0 1000010 1000111 1001110 100 111000 1110

Color Harmonies of #381310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381310

Black with #381310

Text Example


Text Example

White with #381310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381310; }

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

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

background-color css

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

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

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

border-color css

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

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

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