Html Css Color HEX #10461D Deep Fir

📋 copy color: '#10461D'

red 16 ◦ green 70 ◦ blue 29

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

Shades of Deep Fir #10461D

Tints of Deep Fir #10461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 60.87%

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

R = 13.91%
G = 60.87%
B = 25.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#10461D (or 0x10461D) is known color: Deep Fir. HEX triplet: 10, 46 and 1D. RGB value is (16,70,29). Sum of RGB (Red+Green+Blue) = 16+70+29=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #10461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10461D is #EFB9E2. Grayscale: #313131. Windows color (decimal): -15710691 or 1918480. OLE color: 1918480.

HSL color Cylindrical-coordinate representation of color #10461D: hue angle of 134.44º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10461D is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 70 29 -
CMYK 0.77 0 0.59 0.73
HSL 134.44º 0.63% 0.17% -
HSV(B) 134.44º 0.77% 0.27% -
XYZ 2.63 4.58 1.91 -
YUV 49.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 16 70 29 0.77 0 0.59 0.73 134.44 0.63 0.17
Hex 10 46 1D 4D 0 3B 49 86 3F 11
Octal 20 106 35 115 0 73 111 206 77 21
Binary 10000 1000110 11101 1001101 0 111011 1001001 10000110 111111 10001

Color Harmonies of #10461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10461D

Black with #10461D

Text Example


Text Example

White with #10461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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