Html Css Color HEX #10471F Deep Fir

📋 copy color: '#10471F'

red 16 ◦ green 71 ◦ blue 31

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

Shades of Deep Fir #10471F

Tints of Deep Fir #10471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.27%

R = 13.56%
G = 60.17%
B = 26.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#10471F (or 0x10471F) is known color: Deep Fir. HEX triplet: 10, 47 and 1F. RGB value is (16,71,31). Sum of RGB (Red+Green+Blue) = 16+71+31=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #10471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10471F is #EFB8E0. Grayscale: #323232. Windows color (decimal): -15710433 or 2049808. OLE color: 2049808.

HSL color Cylindrical-coordinate representation of color #10471F: hue angle of 136.36º 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 #10471F is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 71 31 -
CMYK 0.77 0 0.56 0.72
HSL 136.36º 0.63% 0.17% -
HSV(B) 136.36º 0.77% 0.28% -
XYZ 2.71 4.72 2.06 -
YUV 50 117.28 103.75 -
System Red Green Blue C M Y K H S L
Decimal 16 71 31 0.77 0 0.56 0.72 136.36 0.63 0.17
Hex 10 47 1F 4D 0 38 48 88 3F 11
Octal 20 107 37 115 0 70 110 210 77 21
Binary 10000 1000111 11111 1001101 0 111000 1001000 10001000 111111 10001

Color Harmonies of #10471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10471F

Black with #10471F

Text Example


Text Example

White with #10471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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