Html Css Color HEX #470C0B Seal Brown

📋 copy color: '#470C0B'

red 71 ◦ green 12 ◦ blue 11

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

Shades of Seal Brown #470C0B

Tints of Seal Brown #470C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.7%

R = 75.53%
G = 12.77%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#470C0B (or 0x470C0B) is known color: Seal Brown. HEX triplet: 47, 0C and 0B. RGB value is (71,12,11). Sum of RGB (Red+Green+Blue) = 71+12+11=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #470C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470C0B is #B8F3F4. Grayscale: #1D1D1D. Windows color (decimal): -12121077 or 724039. OLE color: 724039.

HSL color Cylindrical-coordinate representation of color #470C0B: hue angle of 1º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #470C0B is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 12 11 -
CMYK 0 0.83 0.85 0.72
HSL 0.73% 0.16% -
HSV(B) 0.85% 0.28% -
XYZ 2.79 1.63 0.48 -
YUV 29.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 71 12 11 0 0.83 0.85 0.72 1 0.73 0.16
Hex 47 C B 0 53 55 48 1 49 10
Octal 107 14 13 0 123 125 110 1 111 20
Binary 1000111 1100 1011 0 1010011 1010101 1001000 1 1001001 10000

Color Harmonies of #470C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C0B

Black with #470C0B

Text Example


Text Example

White with #470C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,12,11); }

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

background-color css

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

 a { background-color: rgb(71,12,11); }

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

border-color css

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

 span { border-color: rgb(71,12,11); }

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