Html Css Color HEX #05260A Deep Fir

📋 copy color: '#05260A'

red 5 ◦ green 38 ◦ blue 10

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

Shades of Deep Fir #05260A

Tints of Deep Fir #05260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 71.7%

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

R = 9.43%
G = 71.7%
B = 18.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#05260A (or 0x05260A) is known color: Deep Fir. HEX triplet: 05, 26 and 0A. RGB value is (5,38,10). Sum of RGB (Red+Green+Blue) = 5+38+10=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 38 (15.23% from 255 or 71.70% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 38 - color contains mainly: green. Hex color #05260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05260A is #FAD9F5. Grayscale: #191919. Windows color (decimal): -16439798 or 665093. OLE color: 665093.

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

Color convert

RGB 5 38 10 -
CMYK 0.87 0 0.74 0.85
HSL 129.09º 0.77% 0.08% -
HSV(B) 129.09º 0.87% 0.15% -
XYZ 0.81 1.44 0.52 -
YUV 24.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 5 38 10 0.87 0 0.74 0.85 129.09 0.77 0.08
Hex 5 26 A 57 0 4A 55 81 4D 8
Octal 5 46 12 127 0 112 125 201 115 10
Binary 101 100110 1010 1010111 0 1001010 1010101 10000001 1001101 1000

Color Harmonies of #05260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05260A

Black with #05260A

Text Example


Text Example

White with #05260A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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