Html Css Color HEX #381211 Seal Brown

📋 copy color: '#381211'

red 56 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #381211

Tints of Seal Brown #381211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.78%

 BLUE value IS 17 (7.03% from 255) = 18.68%

R = 61.54%
G = 19.78%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#381211 (or 0x381211) is known color: Seal Brown. HEX triplet: 38, 12 and 11. RGB value is (56,18,17). Sum of RGB (Red+Green+Blue) = 56+18+17=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #381211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381211 is #C7EDEE. Grayscale: #1D1D1D. Windows color (decimal): -13102575 or 1118776. OLE color: 1118776.

HSL color Cylindrical-coordinate representation of color #381211: hue angle of 1.54º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381211 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 18 17 -
CMYK 0 0.68 0.70 0.78
HSL 1.54º 0.53% 0.14% -
HSV(B) 1.54º 0.7% 0.22% -
XYZ 1.95 1.31 0.68 -
YUV 29.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 56 18 17 0 0.68 0.70 0.78 1.54 0.53 0.14
Hex 38 12 11 0 44 46 4E 2 35 E
Octal 70 22 21 0 104 106 116 2 65 16
Binary 111000 10010 10001 0 1000100 1000110 1001110 10 110101 1110

Color Harmonies of #381211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381211

Black with #381211

Text Example


Text Example

White with #381211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381211; }

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

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

background-color css

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

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

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

border-color css

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

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

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