Html Css Color HEX #330B09 Seal Brown

📋 copy color: '#330B09'

red 51 ◦ green 11 ◦ blue 9

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

Shades of Seal Brown #330B09

Tints of Seal Brown #330B09

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.49%

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

R = 71.83%
G = 15.49%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#330B09 (or 0x330B09) is known color: Seal Brown. HEX triplet: 33, 0B and 09. RGB value is (51,11,9). Sum of RGB (Red+Green+Blue) = 51+11+9=71 (9% of max value = 765). Red value is 51 (20.31% from 255 or 71.83% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 51 - color contains mainly: red. Hex color #330B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B09 is #CCF4F6. Grayscale: #161616. Windows color (decimal): -13432055 or 592691. OLE color: 592691.

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

Color convert

RGB 51 11 9 -
CMYK 0 0.78 0.82 0.8
HSL 2.86º 0.7% 0.12% -
HSV(B) 2.86º 0.82% 0.2% -
XYZ 1.53 0.96 0.36 -
YUV 22.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 51 11 9 0 0.78 0.82 0.8 2.86 0.7 0.12
Hex 33 B 9 0 4E 52 50 3 46 C
Octal 63 13 11 0 116 122 120 3 106 14
Binary 110011 1011 1001 0 1001110 1010010 1010000 11 1000110 1100

Color Harmonies of #330B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B09

Black with #330B09

Text Example


Text Example

White with #330B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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