Html Css Color HEX #331208 Seal Brown

📋 copy color: '#331208'

red 51 ◦ green 18 ◦ blue 8

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

Shades of Seal Brown #331208

Tints of Seal Brown #331208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.38%

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

R = 66.23%
G = 23.38%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#331208 (or 0x331208) is known color: Seal Brown. HEX triplet: 33, 12 and 08. RGB value is (51,18,8). Sum of RGB (Red+Green+Blue) = 51+18+8=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #331208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331208 is #CCEDF7. Grayscale: #1A1A1A. Windows color (decimal): -13430264 or 528947. OLE color: 528947.

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

Color convert

RGB 51 18 8 -
CMYK 0 0.65 0.84 0.8
HSL 13.95º 0.73% 0.12% -
HSV(B) 13.95º 0.84% 0.2% -
XYZ 1.63 1.15 0.37 -
YUV 26.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 51 18 8 0 0.65 0.84 0.8 13.95 0.73 0.12
Hex 33 12 8 0 41 54 50 E 49 C
Octal 63 22 10 0 101 124 120 16 111 14
Binary 110011 10010 1000 0 1000001 1010100 1010000 1110 1001001 1100

Color Harmonies of #331208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331208

Black with #331208

Text Example


Text Example

White with #331208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331208; }

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

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

background-color css

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

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

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

border-color css

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

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

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