Html Css Color HEX #330F06 Seal Brown

📋 copy color: '#330F06'

red 51 ◦ green 15 ◦ blue 6

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

Shades of Seal Brown #330F06

Tints of Seal Brown #330F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.83%

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

R = 70.83%
G = 20.83%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#330F06 (or 0x330F06) is known color: Seal Brown. HEX triplet: 33, 0F and 06. RGB value is (51,15,6). Sum of RGB (Red+Green+Blue) = 51+15+6=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #330F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F06 is #CCF0F9. Grayscale: #181818. Windows color (decimal): -13431034 or 397107. OLE color: 397107.

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

Color convert

RGB 51 15 6 -
CMYK 0 0.71 0.88 0.8
HSL 12º 0.79% 0.11% -
HSV(B) 12º 0.88% 0.2% -
XYZ 1.57 1.06 0.29 -
YUV 24.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 51 15 6 0 0.71 0.88 0.8 12 0.79 0.11
Hex 33 F 6 0 47 58 50 C 4F B
Octal 63 17 6 0 107 130 120 14 117 13
Binary 110011 1111 110 0 1000111 1011000 1010000 1100 1001111 1011

Color Harmonies of #330F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F06

Black with #330F06

Text Example


Text Example

White with #330F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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