Html Css Color HEX #133520 Deep Fir

📋 copy color: '#133520'

red 19 ◦ green 53 ◦ blue 32

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

Shades of Deep Fir #133520

Tints of Deep Fir #133520

RGB

 RED value IS 19 (7.81% from 255) = 18.27%

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

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

R = 18.27%
G = 50.96%
B = 30.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#133520 (or 0x133520) is known color: Deep Fir. HEX triplet: 13, 35 and 20. RGB value is (19,53,32). Sum of RGB (Red+Green+Blue) = 19+53+32=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #133520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133520 is #ECCADF. Grayscale: #282828. Windows color (decimal): -15518432 or 2110739. OLE color: 2110739.

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

Color convert

RGB 19 53 32 -
CMYK 0.64 0 0.40 0.79
HSL 142.94º 0.47% 0.14% -
HSV(B) 142.94º 0.64% 0.21% -
XYZ 1.8 2.79 1.81 -
YUV 40.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 19 53 32 0.64 0 0.40 0.79 142.94 0.47 0.14
Hex 13 35 20 40 0 28 4F 8F 2F E
Octal 23 65 40 100 0 50 117 217 57 16
Binary 10011 110101 100000 1000000 0 101000 1001111 10001111 101111 1110

Color Harmonies of #133520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133520

Black with #133520

Text Example


Text Example

White with #133520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133520; }

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

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

background-color css

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

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

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

border-color css

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

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

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