Html Css Color HEX #461008 Seal Brown

📋 copy color: '#461008'

red 70 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #461008

Tints of Seal Brown #461008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.02%

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

R = 74.47%
G = 17.02%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#461008 (or 0x461008) is known color: Seal Brown. HEX triplet: 46, 10 and 08. RGB value is (70,16,8). Sum of RGB (Red+Green+Blue) = 70+16+8=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #461008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461008 is #B9EFF7. Grayscale: #1F1F1F. Windows color (decimal): -12185592 or 528454. OLE color: 528454.

HSL color Cylindrical-coordinate representation of color #461008: hue angle of 7.74º 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 #461008 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 16 8 -
CMYK 0 0.77 0.89 0.73
HSL 7.74º 0.79% 0.15% -
HSV(B) 7.74º 0.89% 0.27% -
XYZ 2.75 1.69 0.41 -
YUV 31.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 70 16 8 0 0.77 0.89 0.73 7.74 0.79 0.15
Hex 46 10 8 0 4D 59 49 8 4F F
Octal 106 20 10 0 115 131 111 10 117 17
Binary 1000110 10000 1000 0 1001101 1011001 1001001 1000 1001111 1111

Color Harmonies of #461008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461008

Black with #461008

Text Example


Text Example

White with #461008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461008; }

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

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

background-color css

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

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

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

border-color css

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

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

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