Html Css Color HEX #331308 Seal Brown

📋 copy color: '#331308'

red 51 ◦ green 19 ◦ blue 8

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

Shades of Seal Brown #331308

Tints of Seal Brown #331308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.36%

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

R = 65.38%
G = 24.36%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#331308 (or 0x331308) is known color: Seal Brown. HEX triplet: 33, 13 and 08. RGB value is (51,19,8). Sum of RGB (Red+Green+Blue) = 51+19+8=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #331308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331308 is #CCECF7. Grayscale: #1B1B1B. Windows color (decimal): -13430008 or 529203. OLE color: 529203.

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

Color convert

RGB 51 19 8 -
CMYK 0 0.63 0.84 0.8
HSL 15.35º 0.73% 0.12% -
HSV(B) 15.35º 0.84% 0.2% -
XYZ 1.64 1.19 0.37 -
YUV 27.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 51 19 8 0 0.63 0.84 0.8 15.35 0.73 0.12
Hex 33 13 8 0 3F 54 50 F 49 C
Octal 63 23 10 0 77 124 120 17 111 14
Binary 110011 10011 1000 0 111111 1010100 1010000 1111 1001001 1100

Color Harmonies of #331308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331308

Black with #331308

Text Example


Text Example

White with #331308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331308; }

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

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

background-color css

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

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

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

border-color css

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

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

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