Html Css Color HEX #351818 Seal Brown

📋 copy color: '#351818'

red 53 ◦ green 24 ◦ blue 24

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

Shades of Seal Brown #351818

Tints of Seal Brown #351818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.76%

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

R = 52.48%
G = 23.76%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#351818 (or 0x351818) is known color: Seal Brown. HEX triplet: 35, 18 and 18. RGB value is (53,24,24). Sum of RGB (Red+Green+Blue) = 53+24+24=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #351818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351818 is #CAE7E7. Grayscale: #202020. Windows color (decimal): -13297640 or 1579061. OLE color: 1579061.

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

Color convert

RGB 53 24 24 -
CMYK 0 0.55 0.55 0.79
HSL 0.38% 0.15% -
HSV(B) 0.55% 0.21% -
XYZ 1.96 1.48 1.05 -
YUV 32.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 53 24 24 0 0.55 0.55 0.79 0 0.38 0.15
Hex 35 18 18 0 37 37 4F 0 26 F
Octal 65 30 30 0 67 67 117 0 46 17
Binary 110101 11000 11000 0 110111 110111 1001111 0 100110 1111

Color Harmonies of #351818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351818

Black with #351818

Text Example


Text Example

White with #351818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351818; }

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

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

background-color css

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

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

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

border-color css

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

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

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