Html Css Color HEX #10471D Deep Fir

📋 copy color: '#10471D'

red 16 ◦ green 71 ◦ blue 29

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

Shades of Deep Fir #10471D

Tints of Deep Fir #10471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25%

R = 13.79%
G = 61.21%
B = 25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#10471D (or 0x10471D) is known color: Deep Fir. HEX triplet: 10, 47 and 1D. RGB value is (16,71,29). Sum of RGB (Red+Green+Blue) = 16+71+29=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 71 (28.12% from 255 or 61.21% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 71 - color contains mainly: green. Hex color #10471D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10471D is #EFB8E2. Grayscale: #313131. Windows color (decimal): -15710435 or 1918736. OLE color: 1918736.

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

Color convert

RGB 16 71 29 -
CMYK 0.77 0 0.59 0.72
HSL 134.18º 0.63% 0.17% -
HSV(B) 134.18º 0.77% 0.28% -
XYZ 2.69 4.71 1.93 -
YUV 49.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 16 71 29 0.77 0 0.59 0.72 134.18 0.63 0.17
Hex 10 47 1D 4D 0 3B 48 86 3F 11
Octal 20 107 35 115 0 73 110 206 77 21
Binary 10000 1000111 11101 1001101 0 111011 1001000 10000110 111111 10001

Color Harmonies of #10471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10471D

Black with #10471D

Text Example


Text Example

White with #10471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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