Html Css Color HEX #330801 Seal Brown

📋 copy color: '#330801'

red 51 ◦ green 8 ◦ blue 1

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

Shades of Seal Brown #330801

Tints of Seal Brown #330801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.33%

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

R = 85%
G = 13.33%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#330801 (or 0x330801) is known color: Seal Brown. HEX triplet: 33, 08 and 01. RGB value is (51,8,1). Sum of RGB (Red+Green+Blue) = 51+8+1=60 (7% of max value = 765). Red value is 51 (20.31% from 255 or 85% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 51 - color contains mainly: red. Hex color #330801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330801 is #CCF7FE. Grayscale: #141414. Windows color (decimal): -13432831 or 67635. OLE color: 67635.

HSL color Cylindrical-coordinate representation of color #330801: hue angle of 8.4º 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 #330801 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 8 1 -
CMYK 0 0.84 0.98 0.8
HSL 8.4º 0.96% 0.1% -
HSV(B) 8.4º 0.98% 0.2% -
XYZ 1.46 0.88 0.12 -
YUV 20.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 51 8 1 0 0.84 0.98 0.8 8.4 0.96 0.1
Hex 33 8 1 0 54 62 50 8 60 A
Octal 63 10 1 0 124 142 120 10 140 12
Binary 110011 1000 1 0 1010100 1100010 1010000 1000 1100000 1010

Color Harmonies of #330801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330801

Black with #330801

Text Example


Text Example

White with #330801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330801; }

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

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

background-color css

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

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

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

border-color css

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

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

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