Html Css Color HEX #331204 Seal Brown

📋 copy color: '#331204'

red 51 ◦ green 18 ◦ blue 4

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

Shades of Seal Brown #331204

Tints of Seal Brown #331204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.66%

 BLUE value IS 4 (1.95% from 255) = 5.48%

R = 69.86%
G = 24.66%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#331204 (or 0x331204) is known color: Seal Brown. HEX triplet: 33, 12 and 04. RGB value is (51,18,4). Sum of RGB (Red+Green+Blue) = 51+18+4=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #331204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331204 is #CCEDFB. Grayscale: #1A1A1A. Windows color (decimal): -13430268 or 266803. OLE color: 266803.

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

Color convert

RGB 51 18 4 -
CMYK 0 0.65 0.92 0.8
HSL 17.87º 0.85% 0.11% -
HSV(B) 17.87º 0.92% 0.2% -
XYZ 1.6 1.15 0.25 -
YUV 26.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 51 18 4 0 0.65 0.92 0.8 17.87 0.85 0.11
Hex 33 12 4 0 41 5C 50 12 55 B
Octal 63 22 4 0 101 134 120 22 125 13
Binary 110011 10010 100 0 1000001 1011100 1010000 10010 1010101 1011

Color Harmonies of #331204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331204

Black with #331204

Text Example


Text Example

White with #331204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331204; }

 p { color: rgb(51,18,4); }

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

background-color css

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

 a { background-color: rgb(51,18,4); }

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

border-color css

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

 span { border-color: rgb(51,18,4); }

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