Html Css Color HEX #461308 Seal Brown

📋 copy color: '#461308'

red 70 ◦ green 19 ◦ blue 8

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

Shades of Seal Brown #461308

Tints of Seal Brown #461308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.59%

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

R = 72.16%
G = 19.59%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#461308 (or 0x461308) is known color: Seal Brown. HEX triplet: 46, 13 and 08. RGB value is (70,19,8). Sum of RGB (Red+Green+Blue) = 70+19+8=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #461308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461308 is #B9ECF7. Grayscale: #212121. Windows color (decimal): -12184824 or 529222. OLE color: 529222.

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

Color convert

RGB 70 19 8 -
CMYK 0 0.73 0.89 0.73
HSL 10.65º 0.79% 0.15% -
HSV(B) 10.65º 0.89% 0.27% -
XYZ 2.8 1.79 0.43 -
YUV 33 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 70 19 8 0 0.73 0.89 0.73 10.65 0.79 0.15
Hex 46 13 8 0 49 59 49 B 4F F
Octal 106 23 10 0 111 131 111 13 117 17
Binary 1000110 10011 1000 0 1001001 1011001 1001001 1011 1001111 1111

Color Harmonies of #461308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461308

Black with #461308

Text Example


Text Example

White with #461308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461308; }

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

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

background-color css

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

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

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

border-color css

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

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

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