Html Css Color HEX #460B02 Seal Brown

📋 copy color: '#460B02'

red 70 ◦ green 11 ◦ blue 2

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

Shades of Seal Brown #460B02

Tints of Seal Brown #460B02

RGB

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

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

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

R = 84.34%
G = 13.25%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#460B02 (or 0x460B02) is known color: Seal Brown. HEX triplet: 46, 0B and 02. RGB value is (70,11,2). Sum of RGB (Red+Green+Blue) = 70+11+2=83 (10% of max value = 765). Red value is 70 (27.73% from 255 or 84.34% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 70 - color contains mainly: red. Hex color #460B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B02 is #B9F4FD. Grayscale: #1B1B1B. Windows color (decimal): -12186878 or 133958. OLE color: 133958.

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

Color convert

RGB 70 11 2 -
CMYK 0 0.84 0.97 0.73
HSL 7.94º 0.94% 0.14% -
HSV(B) 7.94º 0.97% 0.27% -
XYZ 2.66 1.55 0.22 -
YUV 27.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 70 11 2 0 0.84 0.97 0.73 7.94 0.94 0.14
Hex 46 B 2 0 54 61 49 8 5E E
Octal 106 13 2 0 124 141 111 10 136 16
Binary 1000110 1011 10 0 1010100 1100001 1001001 1000 1011110 1110

Color Harmonies of #460B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B02

Black with #460B02

Text Example


Text Example

White with #460B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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