Html Css Color HEX #351614 Seal Brown

📋 copy color: '#351614'

red 53 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #351614

Tints of Seal Brown #351614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.16%

 BLUE value IS 20 (8.2% from 255) = 21.05%

R = 55.79%
G = 23.16%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#351614 (or 0x351614) is known color: Seal Brown. HEX triplet: 35, 16 and 14. RGB value is (53,22,20). Sum of RGB (Red+Green+Blue) = 53+22+20=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #351614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351614 is #CAE9EB. Grayscale: #1F1F1F. Windows color (decimal): -13298156 or 1316405. OLE color: 1316405.

HSL color Cylindrical-coordinate representation of color #351614: hue angle of 3.64º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351614 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 22 20 -
CMYK 0 0.58 0.62 0.79
HSL 3.64º 0.45% 0.14% -
HSV(B) 3.64º 0.62% 0.21% -
XYZ 1.88 1.38 0.83 -
YUV 31.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 53 22 20 0 0.58 0.62 0.79 3.64 0.45 0.14
Hex 35 16 14 0 3A 3E 4F 4 2D E
Octal 65 26 24 0 72 76 117 4 55 16
Binary 110101 10110 10100 0 111010 111110 1001111 100 101101 1110

Color Harmonies of #351614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351614

Black with #351614

Text Example


Text Example

White with #351614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351614; }

 p { color: rgb(53,22,20); }

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

background-color css

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

 a { background-color: rgb(53,22,20); }

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

border-color css

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

 span { border-color: rgb(53,22,20); }

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