Html Css Color HEX #331409 Seal Brown

📋 copy color: '#331409'

red 51 ◦ green 20 ◦ blue 9

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

Shades of Seal Brown #331409

Tints of Seal Brown #331409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25%

 BLUE value IS 9 (3.91% from 255) = 11.25%

R = 63.75%
G = 25%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#331409 (or 0x331409) is known color: Seal Brown. HEX triplet: 33, 14 and 09. RGB value is (51,20,9). Sum of RGB (Red+Green+Blue) = 51+20+9=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #331409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331409 is #CCEBF6. Grayscale: #1C1C1C. Windows color (decimal): -13429751 or 594995. OLE color: 594995.

HSL color Cylindrical-coordinate representation of color #331409: hue angle of 15.71º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331409 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 20 9 -
CMYK 0 0.61 0.82 0.8
HSL 15.71º 0.7% 0.12% -
HSV(B) 15.71º 0.82% 0.2% -
XYZ 1.66 1.22 0.41 -
YUV 28.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 51 20 9 0 0.61 0.82 0.8 15.71 0.7 0.12
Hex 33 14 9 0 3D 52 50 10 46 C
Octal 63 24 11 0 75 122 120 20 106 14
Binary 110011 10100 1001 0 111101 1010010 1010000 10000 1000110 1100

Color Harmonies of #331409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331409

Black with #331409

Text Example


Text Example

White with #331409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331409; }

 p { color: rgb(51,20,9); }

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

background-color css

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

 a { background-color: rgb(51,20,9); }

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

border-color css

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

 span { border-color: rgb(51,20,9); }

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