Html Css Color HEX #351007 Seal Brown

📋 copy color: '#351007'

red 53 ◦ green 16 ◦ blue 7

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

Shades of Seal Brown #351007

Tints of Seal Brown #351007

RGB

 RED value IS 53 (21.09% from 255) = 69.74%

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

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

R = 69.74%
G = 21.05%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#351007 (or 0x351007) is known color: Seal Brown. HEX triplet: 35, 10 and 07. RGB value is (53,16,7). Sum of RGB (Red+Green+Blue) = 53+16+7=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #351007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351007 is #CAEFF8. Grayscale: #1A1A1A. Windows color (decimal): -13299705 or 462901. OLE color: 462901.

HSL color Cylindrical-coordinate representation of color #351007: hue angle of 11.74º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #351007 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 16 7 -
CMYK 0 0.70 0.87 0.79
HSL 11.74º 0.77% 0.12% -
HSV(B) 11.74º 0.87% 0.21% -
XYZ 1.69 1.14 0.33 -
YUV 26.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 53 16 7 0 0.70 0.87 0.79 11.74 0.77 0.12
Hex 35 10 7 0 46 57 4F C 4D C
Octal 65 20 7 0 106 127 117 14 115 14
Binary 110101 10000 111 0 1000110 1010111 1001111 1100 1001101 1100

Color Harmonies of #351007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351007

Black with #351007

Text Example


Text Example

White with #351007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351007; }

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

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

background-color css

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

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

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

border-color css

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

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

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