Html Css Color HEX #331306 Seal Brown

📋 copy color: '#331306'

red 51 ◦ green 19 ◦ blue 6

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

Shades of Seal Brown #331306

Tints of Seal Brown #331306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25%

 BLUE value IS 6 (2.73% from 255) = 7.89%

R = 67.11%
G = 25%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#331306 (or 0x331306) is known color: Seal Brown. HEX triplet: 33, 13 and 06. RGB value is (51,19,6). Sum of RGB (Red+Green+Blue) = 51+19+6=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #331306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331306 is #CCECF9. Grayscale: #1B1B1B. Windows color (decimal): -13430010 or 398131. OLE color: 398131.

HSL color Cylindrical-coordinate representation of color #331306: hue angle of 17.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331306 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 19 6 -
CMYK 0 0.63 0.88 0.8
HSL 17.33º 0.79% 0.11% -
HSV(B) 17.33º 0.88% 0.2% -
XYZ 1.63 1.18 0.31 -
YUV 27.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 51 19 6 0 0.63 0.88 0.8 17.33 0.79 0.11
Hex 33 13 6 0 3F 58 50 11 4F B
Octal 63 23 6 0 77 130 120 21 117 13
Binary 110011 10011 110 0 111111 1011000 1010000 10001 1001111 1011

Color Harmonies of #331306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331306

Black with #331306

Text Example


Text Example

White with #331306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331306; }

 p { color: rgb(51,19,6); }

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

background-color css

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

 a { background-color: rgb(51,19,6); }

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

border-color css

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

 span { border-color: rgb(51,19,6); }

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