Html Css Color HEX #331008 Seal Brown

📋 copy color: '#331008'

red 51 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #331008

Tints of Seal Brown #331008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.33%

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

R = 68%
G = 21.33%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#331008 (or 0x331008) is known color: Seal Brown. HEX triplet: 33, 10 and 08. RGB value is (51,16,8). Sum of RGB (Red+Green+Blue) = 51+16+8=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #331008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331008 is #CCEFF7. Grayscale: #191919. Windows color (decimal): -13430776 or 528435. OLE color: 528435.

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

Color convert

RGB 51 16 8 -
CMYK 0 0.69 0.84 0.8
HSL 11.16º 0.73% 0.12% -
HSV(B) 11.16º 0.84% 0.2% -
XYZ 1.59 1.09 0.36 -
YUV 25.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 51 16 8 0 0.69 0.84 0.8 11.16 0.73 0.12
Hex 33 10 8 0 45 54 50 B 49 C
Octal 63 20 10 0 105 124 120 13 111 14
Binary 110011 10000 1000 0 1000101 1010100 1010000 1011 1001001 1100

Color Harmonies of #331008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331008

Black with #331008

Text Example


Text Example

White with #331008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331008; }

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

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

background-color css

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

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

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

border-color css

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

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

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