Html Css Color HEX #05320A Deep Fir

📋 copy color: '#05320A'

red 5 ◦ green 50 ◦ blue 10

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

Shades of Deep Fir #05320A

Tints of Deep Fir #05320A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 15.38%

R = 7.69%
G = 76.92%
B = 15.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.80

RGB Variations

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

Color information

#05320A (or 0x05320A) is known color: Deep Fir. HEX triplet: 05, 32 and 0A. RGB value is (5,50,10). Sum of RGB (Red+Green+Blue) = 5+50+10=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 50 (19.92% from 255 or 76.92% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 50 - color contains mainly: green. Hex color #05320A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05320A is #FACDF5. Grayscale: #202020. Windows color (decimal): -16436726 or 668165. OLE color: 668165.

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

Color convert

RGB 5 50 10 -
CMYK 0.90 0 0.80 0.80
HSL 126.67º 0.82% 0.11% -
HSV(B) 126.67º 0.9% 0.2% -
XYZ 1.26 2.34 0.67 -
YUV 31.99 115.59 108.75 -
System Red Green Blue C M Y K H S L
Decimal 5 50 10 0.90 0 0.80 0.80 126.67 0.82 0.11
Hex 5 32 A 5A 0 50 50 7F 52 B
Octal 5 62 12 132 0 120 120 177 122 13
Binary 101 110010 1010 1011010 0 1010000 1010000 1111111 1010010 1011

Color Harmonies of #05320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05320A

Black with #05320A

Text Example


Text Example

White with #05320A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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