Html Css Color HEX #470C08 Seal Brown

📋 copy color: '#470C08'

red 71 ◦ green 12 ◦ blue 8

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

Shades of Seal Brown #470C08

Tints of Seal Brown #470C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.79%

R = 78.02%
G = 13.19%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#470C08 (or 0x470C08) is known color: Seal Brown. HEX triplet: 47, 0C and 08. RGB value is (71,12,8). Sum of RGB (Red+Green+Blue) = 71+12+8=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #470C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470C08 is #B8F3F7. Grayscale: #1D1D1D. Windows color (decimal): -12121080 or 527431. OLE color: 527431.

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

Color convert

RGB 71 12 8 -
CMYK 0 0.83 0.89 0.72
HSL 3.81º 0.8% 0.15% -
HSV(B) 3.81º 0.89% 0.28% -
XYZ 2.77 1.62 0.4 -
YUV 29.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 71 12 8 0 0.83 0.89 0.72 3.81 0.8 0.15
Hex 47 C 8 0 53 59 48 4 50 F
Octal 107 14 10 0 123 131 110 4 120 17
Binary 1000111 1100 1000 0 1010011 1011001 1001000 100 1010000 1111

Color Harmonies of #470C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C08

Black with #470C08

Text Example


Text Example

White with #470C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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