Html Css Color HEX #461208 Seal Brown

📋 copy color: '#461208'

red 70 ◦ green 18 ◦ blue 8

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

Shades of Seal Brown #461208

Tints of Seal Brown #461208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.75%

 BLUE value IS 8 (3.52% from 255) = 8.33%

R = 72.92%
G = 18.75%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#461208 (or 0x461208) is known color: Seal Brown. HEX triplet: 46, 12 and 08. RGB value is (70,18,8). Sum of RGB (Red+Green+Blue) = 70+18+8=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #461208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461208 is #B9EDF7. Grayscale: #202020. Windows color (decimal): -12185080 or 528966. OLE color: 528966.

HSL color Cylindrical-coordinate representation of color #461208: hue angle of 9.68º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461208 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 8 -
CMYK 0 0.74 0.89 0.73
HSL 9.68º 0.79% 0.15% -
HSV(B) 9.68º 0.89% 0.27% -
XYZ 2.79 1.75 0.42 -
YUV 32.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 70 18 8 0 0.74 0.89 0.73 9.68 0.79 0.15
Hex 46 12 8 0 4A 59 49 A 4F F
Octal 106 22 10 0 112 131 111 12 117 17
Binary 1000110 10010 1000 0 1001010 1011001 1001001 1010 1001111 1111

Color Harmonies of #461208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461208

Black with #461208

Text Example


Text Example

White with #461208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461208; }

 p { color: rgb(70,18,8); }

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

background-color css

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

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

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

border-color css

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

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

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