Html Css Color HEX #331007 Seal Brown

📋 copy color: '#331007'

red 51 ◦ green 16 ◦ blue 7

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

Shades of Seal Brown #331007

Tints of Seal Brown #331007

RGB

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

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

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

R = 68.92%
G = 21.62%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.8

RGB Variations

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

Color information

#331007 (or 0x331007) is known color: Seal Brown. HEX triplet: 33, 10 and 07. RGB value is (51,16,7). Sum of RGB (Red+Green+Blue) = 51+16+7=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #331007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331007 is #CCEFF8. Grayscale: #191919. Windows color (decimal): -13430777 or 462899. OLE color: 462899.

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

Color convert

RGB 51 16 7 -
CMYK 0 0.69 0.86 0.8
HSL 12.27º 0.76% 0.11% -
HSV(B) 12.27º 0.86% 0.2% -
XYZ 1.59 1.09 0.33 -
YUV 25.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 51 16 7 0 0.69 0.86 0.8 12.27 0.76 0.11
Hex 33 10 7 0 45 56 50 C 4C B
Octal 63 20 7 0 105 126 120 14 114 13
Binary 110011 10000 111 0 1000101 1010110 1010000 1100 1001100 1011

Color Harmonies of #331007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331007

Black with #331007

Text Example


Text Example

White with #331007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331007; }

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

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

background-color css

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

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

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

border-color css

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

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

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