Html Css Color HEX #10461F Deep Fir

📋 copy color: '#10461F'

red 16 ◦ green 70 ◦ blue 31

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

Shades of Deep Fir #10461F

Tints of Deep Fir #10461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.5%

R = 13.68%
G = 59.83%
B = 26.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#10461F (or 0x10461F) is known color: Deep Fir. HEX triplet: 10, 46 and 1F. RGB value is (16,70,31). Sum of RGB (Red+Green+Blue) = 16+70+31=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 70 (27.73% from 255 or 59.83% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 70 - color contains mainly: green. Hex color #10461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10461F is #EFB9E0. Grayscale: #313131. Windows color (decimal): -15710689 or 2049552. OLE color: 2049552.

HSL color Cylindrical-coordinate representation of color #10461F: hue angle of 136.67º 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 #10461F is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 70 31 -
CMYK 0.77 0 0.56 0.73
HSL 136.67º 0.63% 0.17% -
HSV(B) 136.67º 0.77% 0.27% -
XYZ 2.65 4.59 2.04 -
YUV 49.41 117.61 104.17 -
System Red Green Blue C M Y K H S L
Decimal 16 70 31 0.77 0 0.56 0.73 136.67 0.63 0.17
Hex 10 46 1F 4D 0 38 49 89 3F 11
Octal 20 106 37 115 0 70 111 211 77 21
Binary 10000 1000110 11111 1001101 0 111000 1001001 10001001 111111 10001

Color Harmonies of #10461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10461F

Black with #10461F

Text Example


Text Example

White with #10461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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