Html Css Color HEX #330C06 Seal Brown

📋 copy color: '#330C06'

red 51 ◦ green 12 ◦ blue 6

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

Shades of Seal Brown #330C06

Tints of Seal Brown #330C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.39%

 BLUE value IS 6 (2.73% from 255) = 8.7%

R = 73.91%
G = 17.39%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#330C06 (or 0x330C06) is known color: Seal Brown. HEX triplet: 33, 0C and 06. RGB value is (51,12,6). Sum of RGB (Red+Green+Blue) = 51+12+6=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #330C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C06 is #CCF3F9. Grayscale: #171717. Windows color (decimal): -13431802 or 396339. OLE color: 396339.

HSL color Cylindrical-coordinate representation of color #330C06: hue angle of 8º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330C06 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 12 6 -
CMYK 0 0.76 0.88 0.8
HSL 0.79% 0.11% -
HSV(B) 0.88% 0.2% -
XYZ 1.53 0.98 0.28 -
YUV 22.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 51 12 6 0 0.76 0.88 0.8 8 0.79 0.11
Hex 33 C 6 0 4C 58 50 8 4F B
Octal 63 14 6 0 114 130 120 10 117 13
Binary 110011 1100 110 0 1001100 1011000 1010000 1000 1001111 1011

Color Harmonies of #330C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C06

Black with #330C06

Text Example


Text Example

White with #330C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,12,6); }

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

background-color css

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

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

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

border-color css

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

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

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