Html Css Color HEX #183520 Deep Fir

📋 copy color: '#183520'

red 24 ◦ green 53 ◦ blue 32

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

Shades of Deep Fir #183520

Tints of Deep Fir #183520

RGB

 RED value IS 24 (9.77% from 255) = 22.02%

 GREEN value IS 53 (21.09% from 255) = 48.62%

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

R = 22.02%
G = 48.62%
B = 29.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#183520 (or 0x183520) is known color: Deep Fir. HEX triplet: 18, 35 and 20. RGB value is (24,53,32). Sum of RGB (Red+Green+Blue) = 24+53+32=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #183520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183520 is #E7CADF. Grayscale: #292929. Windows color (decimal): -15190752 or 2110744. OLE color: 2110744.

HSL color Cylindrical-coordinate representation of color #183520: hue angle of 136.55º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #183520 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 53 32 -
CMYK 0.55 0 0.40 0.79
HSL 136.55º 0.38% 0.15% -
HSV(B) 136.55º 0.55% 0.21% -
XYZ 1.91 2.84 1.81 -
YUV 41.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 24 53 32 0.55 0 0.40 0.79 136.55 0.38 0.15
Hex 18 35 20 37 0 28 4F 89 26 F
Octal 30 65 40 67 0 50 117 211 46 17
Binary 11000 110101 100000 110111 0 101000 1001111 10001001 100110 1111

Color Harmonies of #183520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183520

Black with #183520

Text Example


Text Example

White with #183520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183520; }

 p { color: rgb(24,53,32); }

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

background-color css

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

 a { background-color: rgb(24,53,32); }

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

border-color css

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

 span { border-color: rgb(24,53,32); }

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