Html Css Color HEX #05380D Deep Fir

📋 copy color: '#05380D'

red 5 ◦ green 56 ◦ blue 13

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

Shades of Deep Fir #05380D

Tints of Deep Fir #05380D

RGB

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

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

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

R = 6.76%
G = 75.68%
B = 17.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#05380D (or 0x05380D) is known color: Deep Fir. HEX triplet: 05, 38 and 0D. RGB value is (5,56,13). Sum of RGB (Red+Green+Blue) = 5+56+13=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 56 (22.27% from 255 or 75.68% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 56 - color contains mainly: green. Hex color #05380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05380D is #FAC7F2. Grayscale: #232323. Windows color (decimal): -16435187 or 866309. OLE color: 866309.

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

Color convert

RGB 5 56 13 -
CMYK 0.91 0 0.77 0.78
HSL 129.41º 0.84% 0.12% -
HSV(B) 129.41º 0.91% 0.22% -
XYZ 1.55 2.89 0.86 -
YUV 35.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 5 56 13 0.91 0 0.77 0.78 129.41 0.84 0.12
Hex 5 38 D 5B 0 4D 4E 81 54 C
Octal 5 70 15 133 0 115 116 201 124 14
Binary 101 111000 1101 1011011 0 1001101 1001110 10000001 1010100 1100

Color Harmonies of #05380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05380D

Black with #05380D

Text Example


Text Example

White with #05380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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