Html Css Color HEX #381105 Seal Brown

📋 copy color: '#381105'

red 56 ◦ green 17 ◦ blue 5

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

Shades of Seal Brown #381105

Tints of Seal Brown #381105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.41%

R = 71.79%
G = 21.79%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#381105 (or 0x381105) is known color: Seal Brown. HEX triplet: 38, 11 and 05. RGB value is (56,17,5). Sum of RGB (Red+Green+Blue) = 56+17+5=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #381105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381105 is #C7EEFA. Grayscale: #1B1B1B. Windows color (decimal): -13102843 or 332088. OLE color: 332088.

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

Color convert

RGB 56 17 5 -
CMYK 0 0.70 0.91 0.78
HSL 14.12º 0.84% 0.12% -
HSV(B) 14.12º 0.91% 0.22% -
XYZ 1.86 1.25 0.29 -
YUV 27.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 56 17 5 0 0.70 0.91 0.78 14.12 0.84 0.12
Hex 38 11 5 0 46 5B 4E E 54 C
Octal 70 21 5 0 106 133 116 16 124 14
Binary 111000 10001 101 0 1000110 1011011 1001110 1110 1010100 1100

Color Harmonies of #381105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381105

Black with #381105

Text Example


Text Example

White with #381105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381105; }

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

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

background-color css

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

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

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

border-color css

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

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

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