Html Css Color HEX #461C1C Seal Brown

📋 copy color: '#461C1C'

red 70 ◦ green 28 ◦ blue 28

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

Shades of Seal Brown #461C1C

Tints of Seal Brown #461C1C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.22%

 BLUE value IS 28 (11.33% from 255) = 22.22%

R = 55.56%
G = 22.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#461C1C (or 0x461C1C) is known color: Seal Brown. HEX triplet: 46, 1C and 1C. RGB value is (70,28,28). Sum of RGB (Red+Green+Blue) = 70+28+28=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #461C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C1C is #B9E3E3. Grayscale: #282828. Windows color (decimal): -12182500 or 1842246. OLE color: 1842246.

HSL color Cylindrical-coordinate representation of color #461C1C: hue angle of 0º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461C1C is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 28 28 -
CMYK 0 0.60 0.60 0.73
HSL 0.43% 0.19% -
HSV(B) 0.6% 0.27% -
XYZ 3.15 2.22 1.36 -
YUV 40.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 70 28 28 0 0.60 0.60 0.73 0 0.43 0.19
Hex 46 1C 1C 0 3C 3C 49 0 2B 13
Octal 106 34 34 0 74 74 111 0 53 23
Binary 1000110 11100 11100 0 111100 111100 1001001 0 101011 10011

Color Harmonies of #461C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C1C

Black with #461C1C

Text Example


Text Example

White with #461C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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