Html Css Color HEX #460302 Seal Brown

📋 copy color: '#460302'

red 70 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #460302

Tints of Seal Brown #460302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4%

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

R = 93.33%
G = 4%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#460302 (or 0x460302) is known color: Seal Brown. HEX triplet: 46, 03 and 02. RGB value is (70,3,2). Sum of RGB (Red+Green+Blue) = 70+3+2=75 (9% of max value = 765). Red value is 70 (27.73% from 255 or 93.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 70 - color contains mainly: red. Hex color #460302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460302 is #B9FCFD. Grayscale: #161616. Windows color (decimal): -12188926 or 131910. OLE color: 131910.

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

Color convert

RGB 70 3 2 -
CMYK 0 0.96 0.97 0.73
HSL 0.88º 0.94% 0.14% -
HSV(B) 0.88º 0.97% 0.27% -
XYZ 2.57 1.37 0.19 -
YUV 22.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 70 3 2 0 0.96 0.97 0.73 0.88 0.94 0.14
Hex 46 3 2 0 60 61 49 1 5E E
Octal 106 3 2 0 140 141 111 1 136 16
Binary 1000110 11 10 0 1100000 1100001 1001001 1 1011110 1110

Color Harmonies of #460302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460302

Black with #460302

Text Example


Text Example

White with #460302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460302; }

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

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

background-color css

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

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

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

border-color css

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

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

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