Html Css Color HEX #460C04 Seal Brown

📋 copy color: '#460C04'

red 70 ◦ green 12 ◦ blue 4

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

Shades of Seal Brown #460C04

Tints of Seal Brown #460C04

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.95%

 BLUE value IS 4 (1.95% from 255) = 4.65%

R = 81.4%
G = 13.95%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#460C04 (or 0x460C04) is known color: Seal Brown. HEX triplet: 46, 0C and 04. RGB value is (70,12,4). Sum of RGB (Red+Green+Blue) = 70+12+4=86 (11% of max value = 765). Red value is 70 (27.73% from 255 or 81.40% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 70 - color contains mainly: red. Hex color #460C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460C04 is #B9F3FB. Grayscale: #1C1C1C. Windows color (decimal): -12186620 or 265286. OLE color: 265286.

HSL color Cylindrical-coordinate representation of color #460C04: hue angle of 7.27º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460C04 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 12 4 -
CMYK 0 0.83 0.94 0.73
HSL 7.27º 0.89% 0.15% -
HSV(B) 7.27º 0.94% 0.27% -
XYZ 2.68 1.57 0.28 -
YUV 28.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 70 12 4 0 0.83 0.94 0.73 7.27 0.89 0.15
Hex 46 C 4 0 53 5E 49 7 59 F
Octal 106 14 4 0 123 136 111 7 131 17
Binary 1000110 1100 100 0 1010011 1011110 1001001 111 1011001 1111

Color Harmonies of #460C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460C04

Black with #460C04

Text Example


Text Example

White with #460C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,12,4); }

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

background-color css

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

 a { background-color: rgb(70,12,4); }

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

border-color css

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

 span { border-color: rgb(70,12,4); }

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