Html Css Color HEX #330A06 Seal Brown

📋 copy color: '#330A06'

red 51 ◦ green 10 ◦ blue 6

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

Shades of Seal Brown #330A06

Tints of Seal Brown #330A06

RGB

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

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

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

R = 76.12%
G = 14.93%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#330A06 (or 0x330A06) is known color: Seal Brown. HEX triplet: 33, 0A and 06. RGB value is (51,10,6). Sum of RGB (Red+Green+Blue) = 51+10+6=67 (8% of max value = 765). Red value is 51 (20.31% from 255 or 76.12% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 51 - color contains mainly: red. Hex color #330A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330A06 is #CCF5F9. Grayscale: #151515. Windows color (decimal): -13432314 or 395827. OLE color: 395827.

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

Color convert

RGB 51 10 6 -
CMYK 0 0.80 0.88 0.8
HSL 5.33º 0.79% 0.11% -
HSV(B) 5.33º 0.88% 0.2% -
XYZ 1.51 0.93 0.27 -
YUV 21.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 51 10 6 0 0.80 0.88 0.8 5.33 0.79 0.11
Hex 33 A 6 0 50 58 50 5 4F B
Octal 63 12 6 0 120 130 120 5 117 13
Binary 110011 1010 110 0 1010000 1011000 1010000 101 1001111 1011

Color Harmonies of #330A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330A06

Black with #330A06

Text Example


Text Example

White with #330A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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