Html Css Color HEX #05270E Deep Fir

📋 copy color: '#05270E'

red 5 ◦ green 39 ◦ blue 14

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

Shades of Deep Fir #05270E

Tints of Deep Fir #05270E

RGB

 RED value IS 5 (2.34% from 255) = 8.62%

 GREEN value IS 39 (15.63% from 255) = 67.24%

 BLUE value IS 14 (5.86% from 255) = 24.14%

R = 8.62%
G = 67.24%
B = 24.14%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.64

 K value IS 0.85

RGB Variations

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

Color information

#05270E (or 0x05270E) is known color: Deep Fir. HEX triplet: 05, 27 and 0E. RGB value is (5,39,14). Sum of RGB (Red+Green+Blue) = 5+39+14=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #05270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05270E is #FAD8F1. Grayscale: #1A1A1A. Windows color (decimal): -16439538 or 927493. OLE color: 927493.

HSL color Cylindrical-coordinate representation of color #05270E: hue angle of 135.88º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05270E is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 39 14 -
CMYK 0.87 0 0.64 0.85
HSL 135.88º 0.77% 0.09% -
HSV(B) 135.88º 0.87% 0.15% -
XYZ 0.87 1.52 0.66 -
YUV 25.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 5 39 14 0.87 0 0.64 0.85 135.88 0.77 0.09
Hex 5 27 E 57 0 40 55 88 4D 9
Octal 5 47 16 127 0 100 125 210 115 11
Binary 101 100111 1110 1010111 0 1000000 1010101 10001000 1001101 1001

Color Harmonies of #05270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05270E

Black with #05270E

Text Example


Text Example

White with #05270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05270E; }

 p { color: rgb(5,39,14); }

 H1.HeaderClassName
 {
   color: #05270E;
 }
 .AnyTagClassName
 {
   color: #05270E;
 }
</style>

background-color css

<style>
 a { background-color: #05270E; }

 a { background-color: rgb(5,39,14); }

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

border-color css

<style>
 span { border-color: #05270E; }

 span { border-color: rgb(5,39,14); }

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