Html Css Color HEX #330804 Seal Brown

📋 copy color: '#330804'

red 51 ◦ green 8 ◦ blue 4

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

Shades of Seal Brown #330804

Tints of Seal Brown #330804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.35%

R = 80.95%
G = 12.7%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#330804 (or 0x330804) is known color: Seal Brown. HEX triplet: 33, 08 and 04. RGB value is (51,8,4). Sum of RGB (Red+Green+Blue) = 51+8+4=63 (8% of max value = 765). Red value is 51 (20.31% from 255 or 80.95% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 51 - color contains mainly: red. Hex color #330804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330804 is #CCF7FB. Grayscale: #141414. Windows color (decimal): -13432828 or 264243. OLE color: 264243.

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

Color convert

RGB 51 8 4 -
CMYK 0 0.84 0.92 0.8
HSL 5.11º 0.85% 0.11% -
HSV(B) 5.11º 0.92% 0.2% -
XYZ 1.47 0.89 0.21 -
YUV 20.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 51 8 4 0 0.84 0.92 0.8 5.11 0.85 0.11
Hex 33 8 4 0 54 5C 50 5 55 B
Octal 63 10 4 0 124 134 120 5 125 13
Binary 110011 1000 100 0 1010100 1011100 1010000 101 1010101 1011

Color Harmonies of #330804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330804

Black with #330804

Text Example


Text Example

White with #330804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330804; }

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

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

background-color css

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

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

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

border-color css

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

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

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