Html Css Color HEX #330A09 Seal Brown

📋 copy color: '#330A09'

red 51 ◦ green 10 ◦ blue 9

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

Shades of Seal Brown #330A09

Tints of Seal Brown #330A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 14.29%

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

R = 72.86%
G = 14.29%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#330A09 (or 0x330A09) is known color: Seal Brown. HEX triplet: 33, 0A and 09. RGB value is (51,10,9). Sum of RGB (Red+Green+Blue) = 51+10+9=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 10 (4.30% from 255 or 14.29% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #330A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330A09 is #CCF5F6. Grayscale: #161616. Windows color (decimal): -13432311 or 592435. OLE color: 592435.

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

Color convert

RGB 51 10 9 -
CMYK 0 0.80 0.82 0.8
HSL 1.43º 0.7% 0.12% -
HSV(B) 1.43º 0.82% 0.2% -
XYZ 1.52 0.94 0.36 -
YUV 22.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 51 10 9 0 0.80 0.82 0.8 1.43 0.7 0.12
Hex 33 A 9 0 50 52 50 1 46 C
Octal 63 12 11 0 120 122 120 1 106 14
Binary 110011 1010 1001 0 1010000 1010010 1010000 1 1000110 1100

Color Harmonies of #330A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330A09

Black with #330A09

Text Example


Text Example

White with #330A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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