Html Css Color HEX #461A18 Seal Brown

📋 copy color: '#461A18'

red 70 ◦ green 26 ◦ blue 24

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

Shades of Seal Brown #461A18

Tints of Seal Brown #461A18

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.67%

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

R = 58.33%
G = 21.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#461A18 (or 0x461A18) is known color: Seal Brown. HEX triplet: 46, 1A and 18. RGB value is (70,26,24). Sum of RGB (Red+Green+Blue) = 70+26+24=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #461A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A18 is #B9E5E7. Grayscale: #262626. Windows color (decimal): -12183016 or 1579590. OLE color: 1579590.

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

Color convert

RGB 70 26 24 -
CMYK 0 0.63 0.66 0.73
HSL 2.61º 0.49% 0.18% -
HSV(B) 2.61º 0.66% 0.27% -
XYZ 3.06 2.11 1.11 -
YUV 38.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 70 26 24 0 0.63 0.66 0.73 2.61 0.49 0.18
Hex 46 1A 18 0 3F 42 49 3 31 12
Octal 106 32 30 0 77 102 111 3 61 22
Binary 1000110 11010 11000 0 111111 1000010 1001001 11 110001 10010

Color Harmonies of #461A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461A18

Black with #461A18

Text Example


Text Example

White with #461A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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