Html Css Color HEX #351206 Seal Brown

📋 copy color: '#351206'

red 53 ◦ green 18 ◦ blue 6

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

Shades of Seal Brown #351206

Tints of Seal Brown #351206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 7.79%

R = 68.83%
G = 23.38%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#351206 (or 0x351206) is known color: Seal Brown. HEX triplet: 35, 12 and 06. RGB value is (53,18,6). Sum of RGB (Red+Green+Blue) = 53+18+6=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #351206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351206 is #CAEDF9. Grayscale: #1B1B1B. Windows color (decimal): -13299194 or 397877. OLE color: 397877.

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

Color convert

RGB 53 18 6 -
CMYK 0 0.66 0.89 0.79
HSL 15.32º 0.8% 0.12% -
HSV(B) 15.32º 0.89% 0.21% -
XYZ 1.72 1.2 0.31 -
YUV 27.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 53 18 6 0 0.66 0.89 0.79 15.32 0.8 0.12
Hex 35 12 6 0 42 59 4F F 50 C
Octal 65 22 6 0 102 131 117 17 120 14
Binary 110101 10010 110 0 1000010 1011001 1001111 1111 1010000 1100

Color Harmonies of #351206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351206

Black with #351206

Text Example


Text Example

White with #351206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351206; }

 p { color: rgb(53,18,6); }

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

background-color css

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

 a { background-color: rgb(53,18,6); }

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

border-color css

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

 span { border-color: rgb(53,18,6); }

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