Html Css Color HEX #460702 Seal Brown

📋 copy color: '#460702'

red 70 ◦ green 7 ◦ blue 2

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

Shades of Seal Brown #460702

Tints of Seal Brown #460702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.86%

 BLUE value IS 2 (1.17% from 255) = 2.53%

R = 88.61%
G = 8.86%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#460702 (or 0x460702) is known color: Seal Brown. HEX triplet: 46, 07 and 02. RGB value is (70,7,2). Sum of RGB (Red+Green+Blue) = 70+7+2=79 (10% of max value = 765). Red value is 70 (27.73% from 255 or 88.61% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 70 - color contains mainly: red. Hex color #460702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460702 is #B9F8FD. Grayscale: #191919. Windows color (decimal): -12187902 or 132934. OLE color: 132934.

HSL color Cylindrical-coordinate representation of color #460702: hue angle of 4.41º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460702 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 7 2 -
CMYK 0 0.90 0.97 0.73
HSL 4.41º 0.94% 0.14% -
HSV(B) 4.41º 0.97% 0.27% -
XYZ 2.61 1.46 0.2 -
YUV 25.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 70 7 2 0 0.90 0.97 0.73 4.41 0.94 0.14
Hex 46 7 2 0 5A 61 49 4 5E E
Octal 106 7 2 0 132 141 111 4 136 16
Binary 1000110 111 10 0 1011010 1100001 1001001 100 1011110 1110

Color Harmonies of #460702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460702

Black with #460702

Text Example


Text Example

White with #460702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460702; }

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

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

background-color css

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

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

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

border-color css

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

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

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