Html Css Color HEX #460B07 Seal Brown

📋 copy color: '#460B07'

red 70 ◦ green 11 ◦ blue 7

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

Shades of Seal Brown #460B07

Tints of Seal Brown #460B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.95%

R = 79.55%
G = 12.5%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#460B07 (or 0x460B07) is known color: Seal Brown. HEX triplet: 46, 0B and 07. RGB value is (70,11,7). Sum of RGB (Red+Green+Blue) = 70+11+7=88 (11% of max value = 765). Red value is 70 (27.73% from 255 or 79.55% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 7 (3.12% from 255 or 7.95% from 88); Max value from RGB is 70 - color contains mainly: red. Hex color #460B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B07 is #B9F4F8. Grayscale: #1C1C1C. Windows color (decimal): -12186873 or 461638. OLE color: 461638.

HSL color Cylindrical-coordinate representation of color #460B07: hue angle of 3.81º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460B07 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 11 7 -
CMYK 0 0.84 0.90 0.73
HSL 3.81º 0.82% 0.15% -
HSV(B) 3.81º 0.9% 0.27% -
XYZ 2.68 1.56 0.36 -
YUV 28.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 70 11 7 0 0.84 0.90 0.73 3.81 0.82 0.15
Hex 46 B 7 0 54 5A 49 4 52 F
Octal 106 13 7 0 124 132 111 4 122 17
Binary 1000110 1011 111 0 1010100 1011010 1001001 100 1010010 1111

Color Harmonies of #460B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B07

Black with #460B07

Text Example


Text Example

White with #460B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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