Html Css Color HEX #05320D Deep Fir

📋 copy color: '#05320D'

red 5 ◦ green 50 ◦ blue 13

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

Shades of Deep Fir #05320D

Tints of Deep Fir #05320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 19.12%

R = 7.35%
G = 73.53%
B = 19.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#05320D (or 0x05320D) is known color: Deep Fir. HEX triplet: 05, 32 and 0D. RGB value is (5,50,13). Sum of RGB (Red+Green+Blue) = 5+50+13=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 50 (19.92% from 255 or 73.53% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 50 - color contains mainly: green. Hex color #05320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05320D is #FACDF2. Grayscale: #202020. Windows color (decimal): -16436723 or 864773. OLE color: 864773.

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

Color convert

RGB 5 50 13 -
CMYK 0.90 0 0.74 0.80
HSL 130.67º 0.82% 0.11% -
HSV(B) 130.67º 0.9% 0.2% -
XYZ 1.28 2.34 0.77 -
YUV 32.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 5 50 13 0.90 0 0.74 0.80 130.67 0.82 0.11
Hex 5 32 D 5A 0 4A 50 83 52 B
Octal 5 62 15 132 0 112 120 203 122 13
Binary 101 110010 1101 1011010 0 1001010 1010000 10000011 1010010 1011

Color Harmonies of #05320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05320D

Black with #05320D

Text Example


Text Example

White with #05320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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