Html Css Color HEX #331108 Seal Brown

📋 copy color: '#331108'

red 51 ◦ green 17 ◦ blue 8

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

Shades of Seal Brown #331108

Tints of Seal Brown #331108

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.37%

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

R = 67.11%
G = 22.37%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#331108 (or 0x331108) is known color: Seal Brown. HEX triplet: 33, 11 and 08. RGB value is (51,17,8). Sum of RGB (Red+Green+Blue) = 51+17+8=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #331108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331108 is #CCEEF7. Grayscale: #1A1A1A. Windows color (decimal): -13430520 or 528691. OLE color: 528691.

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

Color convert

RGB 51 17 8 -
CMYK 0 0.67 0.84 0.8
HSL 12.56º 0.73% 0.12% -
HSV(B) 12.56º 0.84% 0.2% -
XYZ 1.61 1.12 0.36 -
YUV 26.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 51 17 8 0 0.67 0.84 0.8 12.56 0.73 0.12
Hex 33 11 8 0 43 54 50 D 49 C
Octal 63 21 10 0 103 124 120 15 111 14
Binary 110011 10001 1000 0 1000011 1010100 1010000 1101 1001001 1100

Color Harmonies of #331108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331108

Black with #331108

Text Example


Text Example

White with #331108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331108; }

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

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

background-color css

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

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

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

border-color css

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

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

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