Html Css Color HEX #330802 Seal Brown

📋 copy color: '#330802'

red 51 ◦ green 8 ◦ blue 2

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

Shades of Seal Brown #330802

Tints of Seal Brown #330802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.28%

R = 83.61%
G = 13.11%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#330802 (or 0x330802) is known color: Seal Brown. HEX triplet: 33, 08 and 02. RGB value is (51,8,2). Sum of RGB (Red+Green+Blue) = 51+8+2=61 (8% of max value = 765). Red value is 51 (20.31% from 255 or 83.61% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 51 - color contains mainly: red. Hex color #330802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330802 is #CCF7FD. Grayscale: #141414. Windows color (decimal): -13432830 or 133171. OLE color: 133171.

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

Color convert

RGB 51 8 2 -
CMYK 0 0.84 0.96 0.8
HSL 7.35º 0.92% 0.1% -
HSV(B) 7.35º 0.96% 0.2% -
XYZ 1.46 0.88 0.15 -
YUV 20.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 51 8 2 0 0.84 0.96 0.8 7.35 0.92 0.1
Hex 33 8 2 0 54 60 50 7 5C A
Octal 63 10 2 0 124 140 120 7 134 12
Binary 110011 1000 10 0 1010100 1100000 1010000 111 1011100 1010

Color Harmonies of #330802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330802

Black with #330802

Text Example


Text Example

White with #330802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330802; }

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

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

background-color css

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

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

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

border-color css

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

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

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