Html Css Color HEX #460B08 Seal Brown

📋 copy color: '#460B08'

red 70 ◦ green 11 ◦ blue 8

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

Shades of Seal Brown #460B08

Tints of Seal Brown #460B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.36%

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

R = 78.65%
G = 12.36%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#460B08 (or 0x460B08) is known color: Seal Brown. HEX triplet: 46, 0B and 08. RGB value is (70,11,8). Sum of RGB (Red+Green+Blue) = 70+11+8=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #460B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B08 is #B9F4F7. Grayscale: #1C1C1C. Windows color (decimal): -12186872 or 527174. OLE color: 527174.

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

Color convert

RGB 70 11 8 -
CMYK 0 0.84 0.89 0.73
HSL 2.9º 0.79% 0.15% -
HSV(B) 2.9º 0.89% 0.27% -
XYZ 2.69 1.56 0.39 -
YUV 28.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 70 11 8 0 0.84 0.89 0.73 2.9 0.79 0.15
Hex 46 B 8 0 54 59 49 3 4F F
Octal 106 13 10 0 124 131 111 3 117 17
Binary 1000110 1011 1000 0 1010100 1011001 1001001 11 1001111 1111

Color Harmonies of #460B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B08

Black with #460B08

Text Example


Text Example

White with #460B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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