Html Css Color HEX #331105 Seal Brown

📋 copy color: '#331105'

red 51 ◦ green 17 ◦ blue 5

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

Shades of Seal Brown #331105

Tints of Seal Brown #331105

RGB

 RED value IS 51 (20.31% from 255) = 69.86%

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

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

R = 69.86%
G = 23.29%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.8

RGB Variations

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

Color information

#331105 (or 0x331105) is known color: Seal Brown. HEX triplet: 33, 11 and 05. RGB value is (51,17,5). Sum of RGB (Red+Green+Blue) = 51+17+5=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #331105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331105 is #CCEEFA. Grayscale: #191919. Windows color (decimal): -13430523 or 332083. OLE color: 332083.

HSL color Cylindrical-coordinate representation of color #331105: hue angle of 15.65º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331105 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 17 5 -
CMYK 0 0.67 0.90 0.8
HSL 15.65º 0.82% 0.11% -
HSV(B) 15.65º 0.9% 0.2% -
XYZ 1.59 1.12 0.27 -
YUV 25.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 51 17 5 0 0.67 0.90 0.8 15.65 0.82 0.11
Hex 33 11 5 0 43 5A 50 10 52 B
Octal 63 21 5 0 103 132 120 20 122 13
Binary 110011 10001 101 0 1000011 1011010 1010000 10000 1010010 1011

Color Harmonies of #331105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331105

Black with #331105

Text Example


Text Example

White with #331105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331105; }

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

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

background-color css

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

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

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

border-color css

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

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

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