Html Css Color HEX #461814 Seal Brown

📋 copy color: '#461814'

red 70 ◦ green 24 ◦ blue 20

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

Shades of Seal Brown #461814

Tints of Seal Brown #461814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.54%

R = 61.4%
G = 21.05%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#461814 (or 0x461814) is known color: Seal Brown. HEX triplet: 46, 18 and 14. RGB value is (70,24,20). Sum of RGB (Red+Green+Blue) = 70+24+20=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #461814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461814 is #B9E7EB. Grayscale: #252525. Windows color (decimal): -12183532 or 1316934. OLE color: 1316934.

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

Color convert

RGB 70 24 20 -
CMYK 0 0.66 0.71 0.73
HSL 4.8º 0.56% 0.18% -
HSV(B) 4.8º 0.71% 0.27% -
XYZ 2.98 2.01 0.89 -
YUV 37.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 70 24 20 0 0.66 0.71 0.73 4.8 0.56 0.18
Hex 46 18 14 0 42 47 49 5 38 12
Octal 106 30 24 0 102 107 111 5 70 22
Binary 1000110 11000 10100 0 1000010 1000111 1001001 101 111000 10010

Color Harmonies of #461814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461814

Black with #461814

Text Example


Text Example

White with #461814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461814; }

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

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

background-color css

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

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

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

border-color css

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

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

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