Html Css Color HEX #351917 Seal Brown

📋 copy color: '#351917'

red 53 ◦ green 25 ◦ blue 23

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

Shades of Seal Brown #351917

Tints of Seal Brown #351917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.75%

 BLUE value IS 23 (9.38% from 255) = 22.77%

R = 52.48%
G = 24.75%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#351917 (or 0x351917) is known color: Seal Brown. HEX triplet: 35, 19 and 17. RGB value is (53,25,23). Sum of RGB (Red+Green+Blue) = 53+25+23=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #351917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351917 is #CAE6E8. Grayscale: #212121. Windows color (decimal): -13297385 or 1513781. OLE color: 1513781.

HSL color Cylindrical-coordinate representation of color #351917: hue angle of 4º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #351917 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 25 23 -
CMYK 0 0.53 0.57 0.79
HSL 0.39% 0.15% -
HSV(B) 0.57% 0.21% -
XYZ 1.97 1.51 1 -
YUV 33.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 53 25 23 0 0.53 0.57 0.79 4 0.39 0.15
Hex 35 19 17 0 35 39 4F 4 27 F
Octal 65 31 27 0 65 71 117 4 47 17
Binary 110101 11001 10111 0 110101 111001 1001111 100 100111 1111

Color Harmonies of #351917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351917

Black with #351917

Text Example


Text Example

White with #351917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351917; }

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

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

background-color css

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

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

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

border-color css

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

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

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