Html Css Color HEX #381111 Seal Brown

📋 copy color: '#381111'

red 56 ◦ green 17 ◦ blue 17

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

Shades of Seal Brown #381111

Tints of Seal Brown #381111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.89%

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

R = 62.22%
G = 18.89%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#381111 (or 0x381111) is known color: Seal Brown. HEX triplet: 38, 11 and 11. RGB value is (56,17,17). Sum of RGB (Red+Green+Blue) = 56+17+17=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #381111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381111 is #C7EEEE. Grayscale: #1C1C1C. Windows color (decimal): -13102831 or 1118520. OLE color: 1118520.

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

Color convert

RGB 56 17 17 -
CMYK 0 0.70 0.70 0.78
HSL 0.53% 0.14% -
HSV(B) 0.7% 0.22% -
XYZ 1.93 1.28 0.68 -
YUV 28.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 56 17 17 0 0.70 0.70 0.78 0 0.53 0.14
Hex 38 11 11 0 46 46 4E 0 35 E
Octal 70 21 21 0 106 106 116 0 65 16
Binary 111000 10001 10001 0 1000110 1000110 1001110 0 110101 1110

Color Harmonies of #381111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381111

Black with #381111

Text Example


Text Example

White with #381111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381111; }

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

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

background-color css

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

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

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

border-color css

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

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

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