Html Css Color HEX #381101 Seal Brown

📋 copy color: '#381101'

red 56 ◦ green 17 ◦ blue 1

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

Shades of Seal Brown #381101

Tints of Seal Brown #381101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.35%

R = 75.68%
G = 22.97%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#381101 (or 0x381101) is known color: Seal Brown. HEX triplet: 38, 11 and 01. RGB value is (56,17,1). Sum of RGB (Red+Green+Blue) = 56+17+1=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #381101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381101 is #C7EEFE. Grayscale: #1A1A1A. Windows color (decimal): -13102847 or 69944. OLE color: 69944.

HSL color Cylindrical-coordinate representation of color #381101: hue angle of 17.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #381101 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 17 1 -
CMYK 0 0.70 0.98 0.78
HSL 17.45º 0.96% 0.11% -
HSV(B) 17.45º 0.98% 0.22% -
XYZ 1.84 1.24 0.17 -
YUV 26.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 56 17 1 0 0.70 0.98 0.78 17.45 0.96 0.11
Hex 38 11 1 0 46 62 4E 11 60 B
Octal 70 21 1 0 106 142 116 21 140 13
Binary 111000 10001 1 0 1000110 1100010 1001110 10001 1100000 1011

Color Harmonies of #381101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381101

Black with #381101

Text Example


Text Example

White with #381101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381101; }

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

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

background-color css

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

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

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

border-color css

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

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

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