Html Css Color HEX #461818 Seal Brown

📋 copy color: '#461818'

red 70 ◦ green 24 ◦ blue 24

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

Shades of Seal Brown #461818

Tints of Seal Brown #461818

RGB

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

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

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

R = 59.32%
G = 20.34%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#461818 (or 0x461818) is known color: Seal Brown. HEX triplet: 46, 18 and 18. RGB value is (70,24,24). Sum of RGB (Red+Green+Blue) = 70+24+24=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #461818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461818 is #B9E7E7. Grayscale: #252525. Windows color (decimal): -12183528 or 1579078. OLE color: 1579078.

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

Color convert

RGB 70 24 24 -
CMYK 0 0.66 0.66 0.73
HSL 0.49% 0.18% -
HSV(B) 0.66% 0.27% -
XYZ 3.02 2.02 1.1 -
YUV 37.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 70 24 24 0 0.66 0.66 0.73 0 0.49 0.18
Hex 46 18 18 0 42 42 49 0 31 12
Octal 106 30 30 0 102 102 111 0 61 22
Binary 1000110 11000 11000 0 1000010 1000010 1001001 0 110001 10010

Color Harmonies of #461818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461818

Black with #461818

Text Example


Text Example

White with #461818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461818; }

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

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

background-color css

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

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

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

border-color css

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

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

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