Html Css Color HEX #330808 Seal Brown

📋 copy color: '#330808'

red 51 ◦ green 8 ◦ blue 8

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

Shades of Seal Brown #330808

Tints of Seal Brown #330808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.94%

R = 76.12%
G = 11.94%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#330808 (or 0x330808) is known color: Seal Brown. HEX triplet: 33, 08 and 08. RGB value is (51,8,8). Sum of RGB (Red+Green+Blue) = 51+8+8=67 (8% of max value = 765). Red value is 51 (20.31% from 255 or 76.12% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 51 - color contains mainly: red. Hex color #330808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330808 is #CCF7F7. Grayscale: #141414. Windows color (decimal): -13432824 or 526387. OLE color: 526387.

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

Color convert

RGB 51 8 8 -
CMYK 0 0.84 0.84 0.8
HSL 0.73% 0.12% -
HSV(B) 0.84% 0.2% -
XYZ 1.5 0.9 0.32 -
YUV 20.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 51 8 8 0 0.84 0.84 0.8 0 0.73 0.12
Hex 33 8 8 0 54 54 50 0 49 C
Octal 63 10 10 0 124 124 120 0 111 14
Binary 110011 1000 1000 0 1010100 1010100 1010000 0 1001001 1100

Color Harmonies of #330808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330808

Black with #330808

Text Example


Text Example

White with #330808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330808; }

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

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

background-color css

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

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

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

border-color css

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

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

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