Html Css Color HEX #330909 Seal Brown

📋 copy color: '#330909'

red 51 ◦ green 9 ◦ blue 9

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

Shades of Seal Brown #330909

Tints of Seal Brown #330909

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.04%

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

R = 73.91%
G = 13.04%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#330909 (or 0x330909) is known color: Seal Brown. HEX triplet: 33, 09 and 09. RGB value is (51,9,9). Sum of RGB (Red+Green+Blue) = 51+9+9=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #330909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330909 is #CCF6F6. Grayscale: #151515. Windows color (decimal): -13432567 or 592179. OLE color: 592179.

HSL color Cylindrical-coordinate representation of color #330909: hue angle of 0º 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 #330909 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 9 9 -
CMYK 0 0.82 0.82 0.8
HSL 0.7% 0.12% -
HSV(B) 0.82% 0.2% -
XYZ 1.51 0.92 0.36 -
YUV 21.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 51 9 9 0 0.82 0.82 0.8 0 0.7 0.12
Hex 33 9 9 0 52 52 50 0 46 C
Octal 63 11 11 0 122 122 120 0 106 14
Binary 110011 1001 1001 0 1010010 1010010 1010000 0 1000110 1100

Color Harmonies of #330909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330909

Black with #330909

Text Example


Text Example

White with #330909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330909; }

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

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

background-color css

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

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

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

border-color css

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

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

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