Html Css Color HEX #0A4013 Deep Fir

📋 copy color: '#0A4013'

red 10 ◦ green 64 ◦ blue 19

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

Shades of Deep Fir #0A4013

Tints of Deep Fir #0A4013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 68.82%

 BLUE value IS 19 (7.81% from 255) = 20.43%

R = 10.75%
G = 68.82%
B = 20.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#0A4013 (or 0x0A4013) is known color: Deep Fir. HEX triplet: 0A, 40 and 13. RGB value is (10,64,19). Sum of RGB (Red+Green+Blue) = 10+64+19=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4013 is #F5BFEC. Grayscale: #2A2A2A. Windows color (decimal): -16105453 or 1261578. OLE color: 1261578.

HSL color Cylindrical-coordinate representation of color #0A4013: hue angle of 130º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A4013 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 64 19 -
CMYK 0.84 0 0.70 0.75
HSL 130º 0.73% 0.15% -
HSV(B) 130º 0.84% 0.25% -
XYZ 2.08 3.78 1.24 -
YUV 42.72 114.61 104.66 -
System Red Green Blue C M Y K H S L
Decimal 10 64 19 0.84 0 0.70 0.75 130 0.73 0.15
Hex A 40 13 54 0 46 4B 82 49 F
Octal 12 100 23 124 0 106 113 202 111 17
Binary 1010 1000000 10011 1010100 0 1000110 1001011 10000010 1001001 1111

Color Harmonies of #0A4013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4013

Black with #0A4013

Text Example


Text Example

White with #0A4013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,64,19); }

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

background-color css

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

 a { background-color: rgb(10,64,19); }

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

border-color css

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

 span { border-color: rgb(10,64,19); }

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