Html Css Color HEX #351918 Seal Brown

📋 copy color: '#351918'

red 53 ◦ green 25 ◦ blue 24

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

Shades of Seal Brown #351918

Tints of Seal Brown #351918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 23.53%

R = 51.96%
G = 24.51%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#351918 (or 0x351918) is known color: Seal Brown. HEX triplet: 35, 19 and 18. RGB value is (53,25,24). Sum of RGB (Red+Green+Blue) = 53+25+24=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #351918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351918 is #CAE6E7. Grayscale: #212121. Windows color (decimal): -13297384 or 1579317. OLE color: 1579317.

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

Color convert

RGB 53 25 24 -
CMYK 0 0.53 0.55 0.79
HSL 2.07º 0.38% 0.15% -
HSV(B) 2.07º 0.55% 0.21% -
XYZ 1.98 1.52 1.05 -
YUV 33.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 53 25 24 0 0.53 0.55 0.79 2.07 0.38 0.15
Hex 35 19 18 0 35 37 4F 2 26 F
Octal 65 31 30 0 65 67 117 2 46 17
Binary 110101 11001 11000 0 110101 110111 1001111 10 100110 1111

Color Harmonies of #351918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351918

Black with #351918

Text Example


Text Example

White with #351918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351918; }

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

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

background-color css

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

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

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

border-color css

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

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

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