Html Css Color HEX #10481F Deep Fir

📋 copy color: '#10481F'

red 16 ◦ green 72 ◦ blue 31

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

Shades of Deep Fir #10481F

Tints of Deep Fir #10481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 60.5%

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

R = 13.45%
G = 60.5%
B = 26.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#10481F (or 0x10481F) is known color: Deep Fir. HEX triplet: 10, 48 and 1F. RGB value is (16,72,31). Sum of RGB (Red+Green+Blue) = 16+72+31=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #10481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10481F is #EFB7E0. Grayscale: #323232. Windows color (decimal): -15710177 or 2050064. OLE color: 2050064.

HSL color Cylindrical-coordinate representation of color #10481F: hue angle of 136.07º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10481F is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 72 31 -
CMYK 0.78 0 0.57 0.72
HSL 136.07º 0.64% 0.17% -
HSV(B) 136.07º 0.78% 0.28% -
XYZ 2.78 4.84 2.08 -
YUV 50.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 16 72 31 0.78 0 0.57 0.72 136.07 0.64 0.17
Hex 10 48 1F 4E 0 39 48 88 40 11
Octal 20 110 37 116 0 71 110 210 100 21
Binary 10000 1001000 11111 1001110 0 111001 1001000 10001000 1000000 10001

Color Harmonies of #10481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10481F

Black with #10481F

Text Example


Text Example

White with #10481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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