Html Css Color HEX #05250C Deep Fir

📋 copy color: '#05250C'

red 5 ◦ green 37 ◦ blue 12

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

Shades of Deep Fir #05250C

Tints of Deep Fir #05250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 68.52%

 BLUE value IS 12 (5.08% from 255) = 22.22%

R = 9.26%
G = 68.52%
B = 22.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#05250C (or 0x05250C) is known color: Deep Fir. HEX triplet: 05, 25 and 0C. RGB value is (5,37,12). Sum of RGB (Red+Green+Blue) = 5+37+12=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #05250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05250C is #FADAF3. Grayscale: #181818. Windows color (decimal): -16440052 or 795909. OLE color: 795909.

HSL color Cylindrical-coordinate representation of color #05250C: hue angle of 133.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05250C is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 37 12 -
CMYK 0.86 0 0.68 0.85
HSL 133.13º 0.76% 0.08% -
HSV(B) 133.13º 0.86% 0.15% -
XYZ 0.79 1.38 0.57 -
YUV 24.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 5 37 12 0.86 0 0.68 0.85 133.13 0.76 0.08
Hex 5 25 C 56 0 44 55 85 4C 8
Octal 5 45 14 126 0 104 125 205 114 10
Binary 101 100101 1100 1010110 0 1000100 1010101 10000101 1001100 1000

Color Harmonies of #05250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05250C

Black with #05250C

Text Example


Text Example

White with #05250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05250C; }

 p { color: rgb(5,37,12); }

 H1.HeaderClassName
 {
   color: #05250C;
 }
 .AnyTagClassName
 {
   color: #05250C;
 }
</style>

background-color css

<style>
 a { background-color: #05250C; }

 a { background-color: rgb(5,37,12); }

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

border-color css

<style>
 span { border-color: #05250C; }

 span { border-color: rgb(5,37,12); }

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