Html Css Color HEX #330100 Seal Brown

📋 copy color: '#330100'

red 51 ◦ green 1 ◦ blue 0

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

Shades of Seal Brown #330100

Tints of Seal Brown #330100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.08%
G = 1.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.8

RGB Variations

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

Color information

#330100 (or 0x330100) is known color: Seal Brown. HEX triplet: 33, 01 and 00. RGB value is (51,1,0). Sum of RGB (Red+Green+Blue) = 51+1+0=52 (6% of max value = 765). Red value is 51 (20.31% from 255 or 98.08% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 51 - color contains mainly: red. Hex color #330100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330100 is #CCFEFF. Grayscale: #0F0F0F. Windows color (decimal): -13434624 or 307. OLE color: 307.

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

Color convert

RGB 51 1 0 -
CMYK 0 0.98 1 0.8
HSL 1.18º 1% 0.1% -
HSV(B) 1.18º 1% 0.2% -
XYZ 1.38 0.73 0.07 -
YUV 15.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 51 1 0 0 0.98 1 0.8 1.18 1 0.1
Hex 33 1 0 0 62 64 50 1 64 A
Octal 63 1 0 0 142 144 120 1 144 12
Binary 110011 1 0 0 1100010 1100100 1010000 1 1100100 1010

Color Harmonies of #330100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330100

Black with #330100

Text Example


Text Example

White with #330100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330100; }

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

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

background-color css

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

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

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

border-color css

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

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

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