Html Css Color HEX #461B18 Seal Brown

📋 copy color: '#461B18'

red 70 ◦ green 27 ◦ blue 24

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

Shades of Seal Brown #461B18

Tints of Seal Brown #461B18

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.31%

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

R = 57.85%
G = 22.31%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#461B18 (or 0x461B18) is known color: Seal Brown. HEX triplet: 46, 1B and 18. RGB value is (70,27,24). Sum of RGB (Red+Green+Blue) = 70+27+24=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #461B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B18 is #B9E4E7. Grayscale: #272727. Windows color (decimal): -12182760 or 1579846. OLE color: 1579846.

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

Color convert

RGB 70 27 24 -
CMYK 0 0.61 0.66 0.73
HSL 3.91º 0.49% 0.18% -
HSV(B) 3.91º 0.66% 0.27% -
XYZ 3.08 2.15 1.12 -
YUV 39.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 70 27 24 0 0.61 0.66 0.73 3.91 0.49 0.18
Hex 46 1B 18 0 3D 42 49 4 31 12
Octal 106 33 30 0 75 102 111 4 61 22
Binary 1000110 11011 11000 0 111101 1000010 1001001 100 110001 10010

Color Harmonies of #461B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461B18

Black with #461B18

Text Example


Text Example

White with #461B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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