Html Css Color HEX #133420 Deep Fir

📋 copy color: '#133420'

red 19 ◦ green 52 ◦ blue 32

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

Shades of Deep Fir #133420

Tints of Deep Fir #133420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 50.49%

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

R = 18.45%
G = 50.49%
B = 31.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#133420 (or 0x133420) is known color: Deep Fir. HEX triplet: 13, 34 and 20. RGB value is (19,52,32). Sum of RGB (Red+Green+Blue) = 19+52+32=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #133420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133420 is #ECCBDF. Grayscale: #272727. Windows color (decimal): -15518688 or 2110483. OLE color: 2110483.

HSL color Cylindrical-coordinate representation of color #133420: hue angle of 143.64º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133420 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 32 -
CMYK 0.63 0 0.38 0.80
HSL 143.64º 0.46% 0.14% -
HSV(B) 143.64º 0.63% 0.2% -
XYZ 1.76 2.7 1.79 -
YUV 39.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 19 52 32 0.63 0 0.38 0.80 143.64 0.46 0.14
Hex 13 34 20 3F 0 26 50 90 2E E
Octal 23 64 40 77 0 46 120 220 56 16
Binary 10011 110100 100000 111111 0 100110 1010000 10010000 101110 1110

Color Harmonies of #133420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133420

Black with #133420

Text Example


Text Example

White with #133420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133420; }

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

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

background-color css

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

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

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

border-color css

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

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

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