Html Css Color HEX #10471C Deep Fir

📋 copy color: '#10471C'

red 16 ◦ green 71 ◦ blue 28

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

Shades of Deep Fir #10471C

Tints of Deep Fir #10471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.35%

R = 13.91%
G = 61.74%
B = 24.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#10471C (or 0x10471C) is known color: Deep Fir. HEX triplet: 10, 47 and 1C. RGB value is (16,71,28). Sum of RGB (Red+Green+Blue) = 16+71+28=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #10471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10471C is #EFB8E3. Grayscale: #313131. Windows color (decimal): -15710436 or 1853200. OLE color: 1853200.

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

Color convert

RGB 16 71 28 -
CMYK 0.77 0 0.61 0.72
HSL 133.09º 0.63% 0.17% -
HSV(B) 133.09º 0.77% 0.28% -
XYZ 2.68 4.7 1.86 -
YUV 49.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 16 71 28 0.77 0 0.61 0.72 133.09 0.63 0.17
Hex 10 47 1C 4D 0 3D 48 85 3F 11
Octal 20 107 34 115 0 75 110 205 77 21
Binary 10000 1000111 11100 1001101 0 111101 1001000 10000101 111111 10001

Color Harmonies of #10471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10471C

Black with #10471C

Text Example


Text Example

White with #10471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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