Html Css Color HEX #10471B Deep Fir

📋 copy color: '#10471B'

red 16 ◦ green 71 ◦ blue 27

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

Shades of Deep Fir #10471B

Tints of Deep Fir #10471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.68%

R = 14.04%
G = 62.28%
B = 23.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#10471B (or 0x10471B) is known color: Deep Fir. HEX triplet: 10, 47 and 1B. RGB value is (16,71,27). Sum of RGB (Red+Green+Blue) = 16+71+27=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #10471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10471B is #EFB8E4. Grayscale: #313131. Windows color (decimal): -15710437 or 1787664. OLE color: 1787664.

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

Color convert

RGB 16 71 27 -
CMYK 0.77 0 0.62 0.72
HSL 132º 0.63% 0.17% -
HSV(B) 132º 0.77% 0.28% -
XYZ 2.66 4.7 1.8 -
YUV 49.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 16 71 27 0.77 0 0.62 0.72 132 0.63 0.17
Hex 10 47 1B 4D 0 3E 48 84 3F 11
Octal 20 107 33 115 0 76 110 204 77 21
Binary 10000 1000111 11011 1001101 0 111110 1001000 10000100 111111 10001

Color Harmonies of #10471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10471B

Black with #10471B

Text Example


Text Example

White with #10471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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