Html Css Color HEX #351714 Seal Brown

📋 copy color: '#351714'

red 53 ◦ green 23 ◦ blue 20

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

Shades of Seal Brown #351714

Tints of Seal Brown #351714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.96%

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

R = 55.21%
G = 23.96%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#351714 (or 0x351714) is known color: Seal Brown. HEX triplet: 35, 17 and 14. RGB value is (53,23,20). Sum of RGB (Red+Green+Blue) = 53+23+20=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #351714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351714 is #CAE8EB. Grayscale: #1F1F1F. Windows color (decimal): -13297900 or 1316661. OLE color: 1316661.

HSL color Cylindrical-coordinate representation of color #351714: hue angle of 5.45º 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 #351714 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 23 20 -
CMYK 0 0.57 0.62 0.79
HSL 5.45º 0.45% 0.14% -
HSV(B) 5.45º 0.62% 0.21% -
XYZ 1.9 1.42 0.84 -
YUV 31.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 53 23 20 0 0.57 0.62 0.79 5.45 0.45 0.14
Hex 35 17 14 0 39 3E 4F 5 2D E
Octal 65 27 24 0 71 76 117 5 55 16
Binary 110101 10111 10100 0 111001 111110 1001111 101 101101 1110

Color Harmonies of #351714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351714

Black with #351714

Text Example


Text Example

White with #351714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351714; }

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

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

background-color css

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

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

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

border-color css

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

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

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