Html Css Color HEX #330F01 Seal Brown

📋 copy color: '#330F01'

red 51 ◦ green 15 ◦ blue 1

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

Shades of Seal Brown #330F01

Tints of Seal Brown #330F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.49%

R = 76.12%
G = 22.39%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#330F01 (or 0x330F01) is known color: Seal Brown. HEX triplet: 33, 0F and 01. RGB value is (51,15,1). Sum of RGB (Red+Green+Blue) = 51+15+1=67 (8% of max value = 765). Red value is 51 (20.31% from 255 or 76.12% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 51 - color contains mainly: red. Hex color #330F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F01 is #CCF0FE. Grayscale: #181818. Windows color (decimal): -13431039 or 69427. OLE color: 69427.

HSL color Cylindrical-coordinate representation of color #330F01: hue angle of 16.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330F01 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 15 1 -
CMYK 0 0.71 0.98 0.8
HSL 16.8º 0.96% 0.1% -
HSV(B) 16.8º 0.98% 0.2% -
XYZ 1.54 1.05 0.15 -
YUV 24.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 51 15 1 0 0.71 0.98 0.8 16.8 0.96 0.1
Hex 33 F 1 0 47 62 50 11 60 A
Octal 63 17 1 0 107 142 120 21 140 12
Binary 110011 1111 1 0 1000111 1100010 1010000 10001 1100000 1010

Color Harmonies of #330F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F01

Black with #330F01

Text Example


Text Example

White with #330F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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