Html Css Color HEX #15401C Deep Fir

📋 copy color: '#15401C'

red 21 ◦ green 64 ◦ blue 28

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

Shades of Deep Fir #15401C

Tints of Deep Fir #15401C

RGB

 RED value IS 21 (8.59% from 255) = 18.58%

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

 BLUE value IS 28 (11.33% from 255) = 24.78%

R = 18.58%
G = 56.64%
B = 24.78%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#15401C (or 0x15401C) is known color: Deep Fir. HEX triplet: 15, 40 and 1C. RGB value is (21,64,28). Sum of RGB (Red+Green+Blue) = 21+64+28=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #15401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15401C is #EABFE3. Grayscale: #2F2F2F. Windows color (decimal): -15384548 or 1851413. OLE color: 1851413.

HSL color Cylindrical-coordinate representation of color #15401C: hue angle of 129.77º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15401C is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 64 28 -
CMYK 0.67 0 0.56 0.75
HSL 129.77º 0.51% 0.17% -
HSV(B) 129.77º 0.67% 0.25% -
XYZ 2.35 3.91 1.73 -
YUV 47.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 21 64 28 0.67 0 0.56 0.75 129.77 0.51 0.17
Hex 15 40 1C 43 0 38 4B 82 33 11
Octal 25 100 34 103 0 70 113 202 63 21
Binary 10101 1000000 11100 1000011 0 111000 1001011 10000010 110011 10001

Color Harmonies of #15401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15401C

Black with #15401C

Text Example


Text Example

White with #15401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15401C; }

 p { color: rgb(21,64,28); }

 H1.HeaderClassName
 {
   color: #15401C;
 }
 .AnyTagClassName
 {
   color: #15401C;
 }
</style>

background-color css

<style>
 a { background-color: #15401C; }

 a { background-color: rgb(21,64,28); }

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

border-color css

<style>
 span { border-color: #15401C; }

 span { border-color: rgb(21,64,28); }

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