Html Css Color HEX #470D01 Seal Brown

📋 copy color: '#470D01'

red 71 ◦ green 13 ◦ blue 1

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

Shades of Seal Brown #470D01

Tints of Seal Brown #470D01

RGB

 RED value IS 71 (28.13% from 255) = 83.53%

 GREEN value IS 13 (5.47% from 255) = 15.29%

 BLUE value IS 1 (0.78% from 255) = 1.18%

R = 83.53%
G = 15.29%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#470D01 (or 0x470D01) is known color: Seal Brown. HEX triplet: 47, 0D and 01. RGB value is (71,13,1). Sum of RGB (Red+Green+Blue) = 71+13+1=85 (11% of max value = 765). Red value is 71 (28.12% from 255 or 83.53% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 71 - color contains mainly: red. Hex color #470D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D01 is #B8F2FE. Grayscale: #1D1D1D. Windows color (decimal): -12120831 or 68935. OLE color: 68935.

HSL color Cylindrical-coordinate representation of color #470D01: hue angle of 10.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470D01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 13 1 -
CMYK 0 0.82 0.99 0.72
HSL 10.29º 0.97% 0.14% -
HSV(B) 10.29º 0.99% 0.28% -
XYZ 2.75 1.63 0.2 -
YUV 28.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 71 13 1 0 0.82 0.99 0.72 10.29 0.97 0.14
Hex 47 D 1 0 52 63 48 A 61 E
Octal 107 15 1 0 122 143 110 12 141 16
Binary 1000111 1101 1 0 1010010 1100011 1001000 1010 1100001 1110

Color Harmonies of #470D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D01

Black with #470D01

Text Example


Text Example

White with #470D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470D01; }

 p { color: rgb(71,13,1); }

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

background-color css

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

 a { background-color: rgb(71,13,1); }

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

border-color css

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

 span { border-color: rgb(71,13,1); }

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