Html Css Color HEX #10471A Deep Fir

📋 copy color: '#10471A'

red 16 ◦ green 71 ◦ blue 26

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

Shades of Deep Fir #10471A

Tints of Deep Fir #10471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.01%

R = 14.16%
G = 62.83%
B = 23.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#10471A (or 0x10471A) is known color: Deep Fir. HEX triplet: 10, 47 and 1A. RGB value is (16,71,26). Sum of RGB (Red+Green+Blue) = 16+71+26=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #10471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10471A is #EFB8E5. Grayscale: #313131. Windows color (decimal): -15710438 or 1722128. OLE color: 1722128.

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

Color convert

RGB 16 71 26 -
CMYK 0.77 0 0.63 0.72
HSL 130.91º 0.63% 0.17% -
HSV(B) 130.91º 0.77% 0.28% -
XYZ 2.65 4.69 1.74 -
YUV 49.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 16 71 26 0.77 0 0.63 0.72 130.91 0.63 0.17
Hex 10 47 1A 4D 0 3F 48 83 3F 11
Octal 20 107 32 115 0 77 110 203 77 21
Binary 10000 1000111 11010 1001101 0 111111 1001000 10000011 111111 10001

Color Harmonies of #10471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10471A

Black with #10471A

Text Example


Text Example

White with #10471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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