Html Css Color HEX #331307 Seal Brown

📋 copy color: '#331307'

red 51 ◦ green 19 ◦ blue 7

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

Shades of Seal Brown #331307

Tints of Seal Brown #331307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 9.09%

R = 66.23%
G = 24.68%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.8

RGB Variations

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

Color information

#331307 (or 0x331307) is known color: Seal Brown. HEX triplet: 33, 13 and 07. RGB value is (51,19,7). Sum of RGB (Red+Green+Blue) = 51+19+7=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #331307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331307 is #CCECF8. Grayscale: #1B1B1B. Windows color (decimal): -13430009 or 463667. OLE color: 463667.

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

Color convert

RGB 51 19 7 -
CMYK 0 0.63 0.86 0.8
HSL 16.36º 0.76% 0.11% -
HSV(B) 16.36º 0.86% 0.2% -
XYZ 1.64 1.18 0.34 -
YUV 27.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 51 19 7 0 0.63 0.86 0.8 16.36 0.76 0.11
Hex 33 13 7 0 3F 56 50 10 4C B
Octal 63 23 7 0 77 126 120 20 114 13
Binary 110011 10011 111 0 111111 1010110 1010000 10000 1001100 1011

Color Harmonies of #331307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331307

Black with #331307

Text Example


Text Example

White with #331307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331307; }

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

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

background-color css

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

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

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

border-color css

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

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

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