Html Css Color HEX #05320F Deep Fir

📋 copy color: '#05320F'

red 5 ◦ green 50 ◦ blue 15

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

Shades of Deep Fir #05320F

Tints of Deep Fir #05320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 21.43%

R = 7.14%
G = 71.43%
B = 21.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.70

 K value IS 0.80

RGB Variations

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

Color information

#05320F (or 0x05320F) is known color: Deep Fir. HEX triplet: 05, 32 and 0F. RGB value is (5,50,15). Sum of RGB (Red+Green+Blue) = 5+50+15=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 50 (19.92% from 255 or 71.43% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 50 - color contains mainly: green. Hex color #05320F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05320F is #FACDF0. Grayscale: #202020. Windows color (decimal): -16436721 or 995845. OLE color: 995845.

HSL color Cylindrical-coordinate representation of color #05320F: hue angle of 133.33º 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 #05320F is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 50 15 -
CMYK 0.90 0 0.70 0.80
HSL 133.33º 0.82% 0.11% -
HSV(B) 133.33º 0.9% 0.2% -
XYZ 1.29 2.35 0.84 -
YUV 32.56 118.09 108.35 -
System Red Green Blue C M Y K H S L
Decimal 5 50 15 0.90 0 0.70 0.80 133.33 0.82 0.11
Hex 5 32 F 5A 0 46 50 85 52 B
Octal 5 62 17 132 0 106 120 205 122 13
Binary 101 110010 1111 1011010 0 1000110 1010000 10000101 1010010 1011

Color Harmonies of #05320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05320F

Black with #05320F

Text Example


Text Example

White with #05320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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