Html Css Color HEX #381312 Seal Brown

📋 copy color: '#381312'

red 56 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #381312

Tints of Seal Brown #381312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.35%

R = 60.22%
G = 20.43%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#381312 (or 0x381312) is known color: Seal Brown. HEX triplet: 38, 13 and 12. RGB value is (56,19,18). Sum of RGB (Red+Green+Blue) = 56+19+18=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #381312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381312 is #C7ECED. Grayscale: #1D1D1D. Windows color (decimal): -13102318 or 1184568. OLE color: 1184568.

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

Color convert

RGB 56 19 18 -
CMYK 0 0.66 0.68 0.78
HSL 1.58º 0.51% 0.15% -
HSV(B) 1.58º 0.68% 0.22% -
XYZ 1.97 1.35 0.73 -
YUV 29.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 56 19 18 0 0.66 0.68 0.78 1.58 0.51 0.15
Hex 38 13 12 0 42 44 4E 2 33 F
Octal 70 23 22 0 102 104 116 2 63 17
Binary 111000 10011 10010 0 1000010 1000100 1001110 10 110011 1111

Color Harmonies of #381312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381312

Black with #381312

Text Example


Text Example

White with #381312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381312; }

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

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

background-color css

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

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

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

border-color css

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

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

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