Html Css Color HEX #0A471F Deep Fir

📋 copy color: '#0A471F'

red 10 ◦ green 71 ◦ blue 31

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

Shades of Deep Fir #0A471F

Tints of Deep Fir #0A471F

RGB

 RED value IS 10 (4.3% from 255) = 8.93%

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

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

R = 8.93%
G = 63.39%
B = 27.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#0A471F (or 0x0A471F) is known color: Deep Fir. HEX triplet: 0A, 47 and 1F. RGB value is (10,71,31). Sum of RGB (Red+Green+Blue) = 10+71+31=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #0A471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A471F is #F5B8E0. Grayscale: #303030. Windows color (decimal): -16103649 or 2049802. OLE color: 2049802.

HSL color Cylindrical-coordinate representation of color #0A471F: hue angle of 140.66º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A471F is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 10 71 31 -
CMYK 0.86 0 0.56 0.72
HSL 140.66º 0.75% 0.16% -
HSV(B) 140.66º 0.86% 0.28% -
XYZ 2.63 4.67 2.06 -
YUV 48.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 10 71 31 0.86 0 0.56 0.72 140.66 0.75 0.16
Hex A 47 1F 56 0 38 48 8D 4B 10
Octal 12 107 37 126 0 70 110 215 113 20
Binary 1010 1000111 11111 1010110 0 111000 1001000 10001101 1001011 10000

Color Harmonies of #0A471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A471F

Black with #0A471F

Text Example


Text Example

White with #0A471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A471F; }

 p { color: rgb(10,71,31); }

 H1.HeaderClassName
 {
   color: #0A471F;
 }
 .AnyTagClassName
 {
   color: #0A471F;
 }
</style>

background-color css

<style>
 a { background-color: #0A471F; }

 a { background-color: rgb(10,71,31); }

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

border-color css

<style>
 span { border-color: #0A471F; }

 span { border-color: rgb(10,71,31); }

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