Html Css Color HEX #05230D Deep Fir

📋 copy color: '#05230D'

red 5 ◦ green 35 ◦ blue 13

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

Shades of Deep Fir #05230D

Tints of Deep Fir #05230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 66.04%

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

R = 9.43%
G = 66.04%
B = 24.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#05230D (or 0x05230D) is known color: Deep Fir. HEX triplet: 05, 23 and 0D. RGB value is (5,35,13). Sum of RGB (Red+Green+Blue) = 5+35+13=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #05230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05230D is #FADCF2. Grayscale: #171717. Windows color (decimal): -16440563 or 860933. OLE color: 860933.

HSL color Cylindrical-coordinate representation of color #05230D: hue angle of 136º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05230D is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 35 13 -
CMYK 0.86 0 0.63 0.86
HSL 136º 0.75% 0.08% -
HSV(B) 136º 0.86% 0.14% -
XYZ 0.74 1.26 0.59 -
YUV 23.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 5 35 13 0.86 0 0.63 0.86 136 0.75 0.08
Hex 5 23 D 56 0 3F 56 88 4B 8
Octal 5 43 15 126 0 77 126 210 113 10
Binary 101 100011 1101 1010110 0 111111 1010110 10001000 1001011 1000

Color Harmonies of #05230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05230D

Black with #05230D

Text Example


Text Example

White with #05230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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