Html Css Color HEX #05320E Deep Fir

📋 copy color: '#05320E'

red 5 ◦ green 50 ◦ blue 14

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

Shades of Deep Fir #05320E

Tints of Deep Fir #05320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 72.46%

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

R = 7.25%
G = 72.46%
B = 20.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.80

RGB Variations

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

Color information

#05320E (or 0x05320E) is known color: Deep Fir. HEX triplet: 05, 32 and 0E. RGB value is (5,50,14). Sum of RGB (Red+Green+Blue) = 5+50+14=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 50 (19.92% from 255 or 72.46% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 50 - color contains mainly: green. Hex color #05320E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05320E is #FACDF1. Grayscale: #202020. Windows color (decimal): -16436722 or 930309. OLE color: 930309.

HSL color Cylindrical-coordinate representation of color #05320E: hue angle of 132º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05320E is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 50 14 -
CMYK 0.90 0 0.72 0.80
HSL 132º 0.82% 0.11% -
HSV(B) 132º 0.9% 0.2% -
XYZ 1.28 2.35 0.8 -
YUV 32.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 5 50 14 0.90 0 0.72 0.80 132 0.82 0.11
Hex 5 32 E 5A 0 48 50 84 52 B
Octal 5 62 16 132 0 110 120 204 122 13
Binary 101 110010 1110 1011010 0 1001000 1010000 10000100 1010010 1011

Color Harmonies of #05320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05320E

Black with #05320E

Text Example


Text Example

White with #05320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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