Html Css Color HEX #10471E Deep Fir

📋 copy color: '#10471E'

red 16 ◦ green 71 ◦ blue 30

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

Shades of Deep Fir #10471E

Tints of Deep Fir #10471E

RGB

 RED value IS 16 (6.64% from 255) = 13.68%

 GREEN value IS 71 (28.13% from 255) = 60.68%

 BLUE value IS 30 (12.11% from 255) = 25.64%

R = 13.68%
G = 60.68%
B = 25.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#10471E (or 0x10471E) is known color: Deep Fir. HEX triplet: 10, 47 and 1E. RGB value is (16,71,30). Sum of RGB (Red+Green+Blue) = 16+71+30=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #10471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10471E is #EFB8E1. Grayscale: #313131. Windows color (decimal): -15710434 or 1984272. OLE color: 1984272.

HSL color Cylindrical-coordinate representation of color #10471E: hue angle of 135.27º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10471E is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 71 30 -
CMYK 0.77 0 0.58 0.72
HSL 135.27º 0.63% 0.17% -
HSV(B) 135.27º 0.77% 0.28% -
XYZ 2.7 4.71 2 -
YUV 49.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 16 71 30 0.77 0 0.58 0.72 135.27 0.63 0.17
Hex 10 47 1E 4D 0 3A 48 87 3F 11
Octal 20 107 36 115 0 72 110 207 77 21
Binary 10000 1000111 11110 1001101 0 111010 1001000 10000111 111111 10001

Color Harmonies of #10471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10471E

Black with #10471E

Text Example


Text Example

White with #10471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10471E; }

 p { color: rgb(16,71,30); }

 H1.HeaderClassName
 {
   color: #10471E;
 }
 .AnyTagClassName
 {
   color: #10471E;
 }
</style>

background-color css

<style>
 a { background-color: #10471E; }

 a { background-color: rgb(16,71,30); }

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

border-color css

<style>
 span { border-color: #10471E; }

 span { border-color: rgb(16,71,30); }

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