Html Css Color HEX #04380D Deep Fir

📋 copy color: '#04380D'

red 4 ◦ green 56 ◦ blue 13

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

Shades of Deep Fir #04380D

Tints of Deep Fir #04380D

RGB

 RED value IS 4 (1.95% from 255) = 5.48%

 GREEN value IS 56 (22.27% from 255) = 76.71%

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

R = 5.48%
G = 76.71%
B = 17.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#04380D (or 0x04380D) is known color: Deep Fir. HEX triplet: 04, 38 and 0D. RGB value is (4,56,13). Sum of RGB (Red+Green+Blue) = 4+56+13=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 56 (22.27% from 255 or 76.71% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 56 - color contains mainly: green. Hex color #04380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04380D is #FBC7F2. Grayscale: #232323. Windows color (decimal): -16500723 or 866308. OLE color: 866308.

HSL color Cylindrical-coordinate representation of color #04380D: hue angle of 130.38º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04380D is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 56 13 -
CMYK 0.93 0 0.77 0.78
HSL 130.38º 0.87% 0.12% -
HSV(B) 130.38º 0.93% 0.22% -
XYZ 1.54 2.88 0.86 -
YUV 35.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 4 56 13 0.93 0 0.77 0.78 130.38 0.87 0.12
Hex 4 38 D 5D 0 4D 4E 82 57 C
Octal 4 70 15 135 0 115 116 202 127 14
Binary 100 111000 1101 1011101 0 1001101 1001110 10000010 1010111 1100

Color Harmonies of #04380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04380D

Black with #04380D

Text Example


Text Example

White with #04380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,56,13); }

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

background-color css

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

 a { background-color: rgb(4,56,13); }

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

border-color css

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

 span { border-color: rgb(4,56,13); }

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