Html Css Color HEX #330702 Seal Brown

📋 copy color: '#330702'

red 51 ◦ green 7 ◦ blue 2

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

Shades of Seal Brown #330702

Tints of Seal Brown #330702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.67%

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

R = 85%
G = 11.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#330702 (or 0x330702) is known color: Seal Brown. HEX triplet: 33, 07 and 02. RGB value is (51,7,2). Sum of RGB (Red+Green+Blue) = 51+7+2=60 (7% of max value = 765). Red value is 51 (20.31% from 255 or 85% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 51 - color contains mainly: red. Hex color #330702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330702 is #CCF8FD. Grayscale: #131313. Windows color (decimal): -13433086 or 132915. OLE color: 132915.

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

Color convert

RGB 51 7 2 -
CMYK 0 0.86 0.96 0.8
HSL 6.12º 0.92% 0.1% -
HSV(B) 6.12º 0.96% 0.2% -
XYZ 1.45 0.86 0.15 -
YUV 19.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 51 7 2 0 0.86 0.96 0.8 6.12 0.92 0.1
Hex 33 7 2 0 56 60 50 6 5C A
Octal 63 7 2 0 126 140 120 6 134 12
Binary 110011 111 10 0 1010110 1100000 1010000 110 1011100 1010

Color Harmonies of #330702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330702

Black with #330702

Text Example


Text Example

White with #330702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330702; }

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

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

background-color css

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

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

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

border-color css

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

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

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