Html Css Color HEX #461918 Seal Brown

📋 copy color: '#461918'

red 70 ◦ green 25 ◦ blue 24

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

Shades of Seal Brown #461918

Tints of Seal Brown #461918

RGB

 RED value IS 70 (27.73% from 255) = 58.82%

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

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

R = 58.82%
G = 21.01%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#461918 (or 0x461918) is known color: Seal Brown. HEX triplet: 46, 19 and 18. RGB value is (70,25,24). Sum of RGB (Red+Green+Blue) = 70+25+24=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #461918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461918 is #B9E6E7. Grayscale: #262626. Windows color (decimal): -12183272 or 1579334. OLE color: 1579334.

HSL color Cylindrical-coordinate representation of color #461918: hue angle of 1.3º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #461918 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 25 24 -
CMYK 0 0.64 0.66 0.73
HSL 1.3º 0.49% 0.18% -
HSV(B) 1.3º 0.66% 0.27% -
XYZ 3.04 2.06 1.1 -
YUV 38.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 70 25 24 0 0.64 0.66 0.73 1.3 0.49 0.18
Hex 46 19 18 0 40 42 49 1 31 12
Octal 106 31 30 0 100 102 111 1 61 22
Binary 1000110 11001 11000 0 1000000 1000010 1001001 1 110001 10010

Color Harmonies of #461918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461918

Black with #461918

Text Example


Text Example

White with #461918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461918; }

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

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

background-color css

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

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

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

border-color css

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

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

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