Html Css Color HEX #153820 Deep Fir

📋 copy color: '#153820'

red 21 ◦ green 56 ◦ blue 32

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

Shades of Deep Fir #153820

Tints of Deep Fir #153820

RGB

 RED value IS 21 (8.59% from 255) = 19.27%

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

 BLUE value IS 32 (12.89% from 255) = 29.36%

R = 19.27%
G = 51.38%
B = 29.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#153820 (or 0x153820) is known color: Deep Fir. HEX triplet: 15, 38 and 20. RGB value is (21,56,32). Sum of RGB (Red+Green+Blue) = 21+56+32=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #153820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153820 is #EAC7DF. Grayscale: #2A2A2A. Windows color (decimal): -15386592 or 2111509. OLE color: 2111509.

HSL color Cylindrical-coordinate representation of color #153820: hue angle of 138.86º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153820 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 56 32 -
CMYK 0.63 0 0.43 0.78
HSL 138.86º 0.45% 0.15% -
HSV(B) 138.86º 0.63% 0.22% -
XYZ 1.98 3.09 1.86 -
YUV 42.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 21 56 32 0.63 0 0.43 0.78 138.86 0.45 0.15
Hex 15 38 20 3F 0 2B 4E 8B 2D F
Octal 25 70 40 77 0 53 116 213 55 17
Binary 10101 111000 100000 111111 0 101011 1001110 10001011 101101 1111

Color Harmonies of #153820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153820

Black with #153820

Text Example


Text Example

White with #153820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153820; }

 p { color: rgb(21,56,32); }

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

background-color css

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

 a { background-color: rgb(21,56,32); }

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

border-color css

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

 span { border-color: rgb(21,56,32); }

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