Html Css Color HEX #133621 Deep Fir

📋 copy color: '#133621'

red 19 ◦ green 54 ◦ blue 33

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

Shades of Deep Fir #133621

Tints of Deep Fir #133621

RGB

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

 GREEN value IS 54 (21.48% from 255) = 50.94%

 BLUE value IS 33 (13.28% from 255) = 31.13%

R = 17.92%
G = 50.94%
B = 31.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.79

RGB Variations

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

Color information

#133621 (or 0x133621) is known color: Deep Fir. HEX triplet: 13, 36 and 21. RGB value is (19,54,33). Sum of RGB (Red+Green+Blue) = 19+54+33=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #133621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133621 is #ECC9DE. Grayscale: #292929. Windows color (decimal): -15518175 or 2176531. OLE color: 2176531.

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

Color convert

RGB 19 54 33 -
CMYK 0.65 0 0.39 0.79
HSL 144º 0.48% 0.14% -
HSV(B) 144º 0.65% 0.21% -
XYZ 1.86 2.89 1.9 -
YUV 41.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 19 54 33 0.65 0 0.39 0.79 144 0.48 0.14
Hex 13 36 21 41 0 27 4F 90 30 E
Octal 23 66 41 101 0 47 117 220 60 16
Binary 10011 110110 100001 1000001 0 100111 1001111 10010000 110000 1110

Color Harmonies of #133621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133621

Black with #133621

Text Example


Text Example

White with #133621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133621; }

 p { color: rgb(19,54,33); }

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

background-color css

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

 a { background-color: rgb(19,54,33); }

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

border-color css

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

 span { border-color: rgb(19,54,33); }

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